Skip to content

Instantly share code, notes, and snippets.

@edsilv
Created August 4, 2014 18:18
Show Gist options
  • Save edsilv/756cc527077548da2a14 to your computer and use it in GitHub Desktop.
Save edsilv/756cc527077548da2a14 to your computer and use it in GitHub Desktop.
Build and Run a node-webkit App
:: add C:\Program Files\7-Zip\;C:\node-webkit-v0.10.1-win-ia32\ to PATH
7za a -tzip %cd%\build\app.nw %cd%\src\*
nw %cd%\build\app.nw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment