Skip to content

Commit

Permalink
Linux packaging
Browse files Browse the repository at this point in the history
- added icon.png for linux compat
- default exports to deb and AppImage

Added yarn to package.json dependencies
  • Loading branch information
anixon604 committed Apr 14, 2020
1 parent 0e3a295 commit 6648468
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"tree-kill": "^1.2.2"
"tree-kill": "^1.2.2",
"yarn": "^1.22.4"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -43,7 +44,7 @@
],
"dmg": {
"background": "background.png",
"icon": "icon.icns",
"icon": "icon.icns",
"iconSize": 100,
"window": {
"width": 520,
Expand Down Expand Up @@ -72,9 +73,10 @@
},
"linux": {
"target": [
"deb",
"rpm"
]
"AppImage",
"deb"
],
"category": "Utility"
}
},
"eslintConfig": {
Expand Down

0 comments on commit 6648468

Please sign in to comment.