We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c98f0 commit f97df67Copy full SHA for f97df67
installer.nsh
@@ -1,8 +1,3 @@
1
-!define APP_NAME "TWLauncher"
2
-!define APP_VERSION "1.2.0"
3
-!define APP_PUBLISHER "noxygalaxy"
4
-!define APP_ID "com.noxygalaxy.twlauncher"
5
-
6
!macro customInit
7
; Custom initialization code can go here
8
!macroend
@@ -13,7 +8,6 @@
13
SetOutPath "$INSTDIR"
14
9
File /r "src\*.*"
15
10
File "main.js"
16
- File ".env"
17
11
File "mod.json"
18
12
19
@@ -22,6 +16,5 @@
22
Delete "$INSTDIR\resources\*.*"
23
RMDir "$INSTDIR\resources"
24
Delete "$INSTDIR\main.js"
25
- Delete "$INSTDIR\.env"
26
Delete "$INSTDIR\mod.json"
27
20
0 commit comments