Created
July 15, 2016 15:39
-
-
Save devjin0617/eb26b6b35c64b98485c68bb29c3dd5b9 to your computer and use it in GitHub Desktop.
electron-packager command
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
# {key} to value before use | |
electron-packager {./path/to} {app_name} --app-version={0.3.0} --platform={all} --arch={x64} --asar={true} --icon={./path/to} --version-string.ProductName={app_name} --version-string.FileDescription={app_name} --version={1.2.3(electron version)} --overwrite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment