Skip to content

Instantly share code, notes, and snippets.

@hahouari
Last active April 26, 2020 23:17
Show Gist options
  • Save hahouari/cd753c4822747ca3c3282103a3a74081 to your computer and use it in GitHub Desktop.
Save hahouari/cd753c4822747ca3c3282103a3a74081 to your computer and use it in GitHub Desktop.
package.json for dist:w for installer only
{
...
"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