فهرست منبع

makensis: add page (#2222)

Jan T. Sott 6 سال پیش
والد
کامیت
14ff9659f0
1فایلهای تغییر یافته به همراه16 افزوده شده و 0 حذف شده
  1. 16 0
      pages/common/makensis.md

+ 16 - 0
pages/common/makensis.md

@@ -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}}`