Last active
April 26, 2020 23:17
-
-
Save hahouari/cd753c4822747ca3c3282103a3a74081 to your computer and use it in GitHub Desktop.
package.json for dist:w for installer only
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"scripts": { | |
... | |
"build": "./node_modules/.bin/electron-builder", | |
"dist:w": "yarn build -w --x64 && mv dist/GeneticPy-Installer.exe dist/GeneticPy-Installer-x64.exe && yarn build -w --ia32 && mv dist/GeneticPy-Installer.exe dist/GeneticPy-Installer-ia32.exe", | |
}, | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment