Skip to content

Commit e1c2d9a

Browse files
Update installer.nsi
1 parent 98f7b66 commit e1c2d9a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

installer.nsi

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
!define APP_NAME "HyperMc"
22
!define APP_VERSION "1.0.0"
33

4-
!define INSTALLER_TITLE = "${APP_NAME} - ${APP_VERSION} - Setup"
4+
!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

Comments
 (0)