Skip to content

Commit

Permalink
⚡ changed x64 config to actual x64 config
Browse files Browse the repository at this point in the history
electron should run with the x64 binary now!
  • Loading branch information
Venipa committed Aug 8, 2019
1 parent 18ef255 commit 9fcbea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"scripts": {
"start": "electron .",
"pack": "npx electron-builder --dir",
"pack:x64": "npm run pack -- --arch x64",
"pack:x64": "npm run pack -- --arch x64 --config electron-builder64.yml",
"dist": "npx electron-builder",
"dist:x64": "npm run dist -- --arch x64",
"dist:x64": "npm run dist -- --arch x64 --config electron-builder64.yml",
"publish:win64": "build --win -p always --config electron-builder64.yml",
"publish:win32": "build --win -p always --config electron-builder.yml",
"publish:win": "npm run publish:win32 && npm run publish:win64",
Expand Down

0 comments on commit 9fcbea0

Please sign in to comment.