Skip to content

Commit

Permalink
Minior fix in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacingBat3 committed Oct 30, 2020
1 parent c7ec913 commit fab071d
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 @@ -5,8 +5,9 @@
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --tar.gz",
"dist": "electron-builder"
"pack": "electron-builder --dir",
"dist": "electron-builder",
"build-linux": "electron-builder -l tar.gz --arm64 --armv7l --x64 --ia32"
},
"keywords": [
"discord",
Expand Down

0 comments on commit fab071d

Please sign in to comment.