mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
makensis: add page (#2222)
This commit is contained in:
parent
6274f563f3
commit
14ff9659f0
16
pages/common/makensis.md
Normal file
16
pages/common/makensis.md
Normal file
@ -0,0 +1,16 @@
|
||||
# makensis
|
||||
|
||||
> Cross-platform compiler for NSIS installers.
|
||||
> It compiles a NSIS script into a Windows installer executable.
|
||||
|
||||
- Compile a NSIS script:
|
||||
|
||||
`makensis {{path/to/file.nsi}}`
|
||||
|
||||
- Compile a NSIS script in strict mode (treat warnings as errors):
|
||||
|
||||
`makensis -WX {{path/to/file.nsi}}`
|
||||
|
||||
- Print help for a specific command:
|
||||
|
||||
`makensis -CMDHELP {{command}}`
|
Loading…
Reference in New Issue
Block a user