Skip to content

Commit

Permalink
Fixed win build
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Feb 26, 2021
1 parent da86abe commit 1979f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"doc": "cd .. && haxe doc.hxml",
"pack-prepare": "npm run doc && npm run compile",
"pack-test": "npm run pack-prepare && electron-builder build --win --dir --publish never",
"pack-win": "npm run pack-prepare && electron-builder build --win --x64 --ia32 --publish never",
"pack-win": "npm run pack-prepare && electron-builder build --win --x64 --ia32",
"pack-macos": "npm run pack-prepare && electron-builder build --mac --publish never",
"pack-linux-x86": "npm run pack-prepare && electron-builder build --linux --publish never",
"pack-linux-arm64": "npm run pack-prepare && electron-builder build --linux --arm64 --publish never",
Expand Down

0 comments on commit 1979f8f

Please sign in to comment.