Skip to content

Commit

Permalink
Merge pull request ytmdesktop#41 from Venipa/feature/system-startup
Browse files Browse the repository at this point in the history
feature/system-startup, fixes large executable
  • Loading branch information
adlerluiz authored Aug 8, 2019
2 parents 3eb6350 + 9fcbea0 commit 0475796
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 0475796

Please sign in to comment.