Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
eNkru committed Jun 9, 2020
1 parent b6ba33e commit 665b285
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"start": "electron src/main.js",
"pack": "electron-builder --dir",
"dist:linux": "electron-builder --linux AppImage",
"dist:linux": "electron-builder --linux",
"dist:macOS": "electron-builder --mac",
"dist:win": "electron-builder --win",
"postinstall": "electron-builder install-app-deps",
Expand All @@ -41,7 +41,8 @@
},
"target": [
"AppImage",
"deb"
"deb",
"rpm"
]
},
"win": {
Expand Down

0 comments on commit 665b285

Please sign in to comment.