mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 07:59:57 +00:00
Update cheatsheets
This commit is contained in:
22
makensis
Normal file
22
makensis
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# makensis
|
||||
|
||||
> Cross-platform compiler for NSIS installers.
|
||||
> It compiles a NSIS script into a Windows installer executable.
|
||||
> More information: <https://nsis.sourceforge.io/Docs/Chapter3.html>.
|
||||
|
||||
- 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}}`
|
||||
|
||||
- Display help for a specific command:
|
||||
|
||||
`makensis -CMDHELP {{command}}`
|
||||
Reference in New Issue
Block a user