Skip to content

Instantly share code, notes, and snippets.

@idleberg
Created July 22, 2017 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idleberg/212339f4046b40fdd8c3d16978c99af1 to your computer and use it in GitHub Desktop.
Save idleberg/212339f4046b40fdd8c3d16978c99af1 to your computer and use it in GitHub Desktop.
Pynsist build file for Sublime Text
{
"selector": "source.ini",
"cmd": ["pynsist", "$file"],
"variants": [
{ "name": "No MakeNSIS",
"cmd": ["pynsist", "--no-makensis", "$file"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment