You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.
Without NSIS installed on Windows the gulp pack:win32 would fail with
[00:21:19] all done!
[00:21:19] Finished 'build:win32' after 6.87 s
[00:21:19] Starting 'pack:win32'...
'makensis' is not recognized as an internal or external command,
operable program or batch file.
[00:21:20] Finished 'pack:win32' after 200 ms
On Windows, download the nullsoft scriptable installer (http://nsis.sourceforge.net/Download) You need to include NSIS in your PATH to find makensis, set your global environment variable or you can set a session variable using:
set PATH=%PATH%;C:\Program Files (x86)\NSIS
The text was updated successfully, but these errors were encountered:
Without NSIS installed on Windows the
gulp pack:win32
would fail withOn Windows, download the nullsoft scriptable installer (http://nsis.sourceforge.net/Download) You need to include NSIS in your PATH to find makensis, set your global environment variable or you can set a session variable using:
set PATH=%PATH%;C:\Program Files (x86)\NSIS
The text was updated successfully, but these errors were encountered: