Created
August 4, 2014 18:18
-
-
Save edsilv/756cc527077548da2a14 to your computer and use it in GitHub Desktop.
Build and Run a node-webkit App
This file contains 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
:: 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