SublimeText / NSIS

Sublime Text plugin for the Nullsoft Scriptable Install System
Apache License 2.0
40 stars 15 forks source link

Pass multiple parameters to makensis #15

Closed gentoo90 closed 11 years ago

gentoo90 commented 11 years ago

This will allow to build project with adiitional parameters. example.sublime-project:

{
...
    "build_systems":
    [
        {
            "name": "example_nsis",
...
            "cmd": ["$packages/NSIS/nsis_build.bat", "u", "/DFOOBAR", "$project_path/example.nsi"]
...
        }
    ]
}