We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f7b66 commit e1c2d9aCopy full SHA for e1c2d9a
installer.nsi
@@ -1,4 +1,15 @@
1
!define APP_NAME "HyperMc"
2
!define APP_VERSION "1.0.0"
3
4
-!define INSTALLER_TITLE = "${APP_NAME} - ${APP_VERSION} - Setup"
+!define INSTALLER_TITLE = "${APP_NAME} - ${APP_VERSION} - Setup"
5
+
6
+!addincludedir "./"
7
8
+!include "MUI.nsh"
9
10
+SetCompressor lzma
11
12
+!insertmacro MUI_LANGUAGE "English"
13
14
+Name ${INSTALLER_TITLE}
15
+OutFile "hypermc-setup-${APP_VERSION}.exe"
0 commit comments