Skip to content
This repository was archived by the owner on Oct 26, 2019. It is now read-only.

Request to add note to README.md about NSIS for Windows #6

@kevkha

Description

@kevkha

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions