Last active
April 14, 2022 14:45
-
-
Save hahouari/5fa86dc0e4b9d6dff9a2443caf06a3b1 to your computer and use it in GitHub Desktop.
electron-builder important parts
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
productName: GeneticPy | |
artifactName: ${productName}-${arch}.${ext} | |
win: | |
target: | |
- nsis | |
- portable | |
nsis: | |
artifactName: ${productName}-Installer.${ext} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment