Skip to content

Commit

Permalink
AppImage linux package added
Browse files Browse the repository at this point in the history
  • Loading branch information
lewixlabs committed Feb 23, 2024
1 parent a085e95 commit e32883e
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 163 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
"publisher": "XXXXXXXXXXXXXX",
"identityName": "YYYYYYYYYYYYYYY",
"applicationId": "lewix.labs.Charta"
},
"linux": {
"target": ["AppImage"],
"icon": "credit-card.png"
}
},
"repository": "https://github.com/lewixlabs/charta",
Expand All @@ -62,7 +66,10 @@
"vscode",
"debug"
],
"author": "llabs",
"author": {
"name": "lewix",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.15.0",
Expand All @@ -82,4 +89,4 @@
"react-dom": "^18.2.0",
"tscard": "^1.0.6"
}
}
}
Loading

0 comments on commit e32883e

Please sign in to comment.