Skip to content

Instantly share code, notes, and snippets.

@devjin0617
Created July 15, 2016 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devjin0617/eb26b6b35c64b98485c68bb29c3dd5b9 to your computer and use it in GitHub Desktop.
Save devjin0617/eb26b6b35c64b98485c68bb29c3dd5b9 to your computer and use it in GitHub Desktop.
electron-packager command
# {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