Skip to content

Commit f97df67

Browse files
committed
fix: windows installer build
1 parent 22c98f0 commit f97df67

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

installer.nsh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
61
!macro customInit
72
; Custom initialization code can go here
83
!macroend
@@ -13,7 +8,6 @@
138
SetOutPath "$INSTDIR"
149
File /r "src\*.*"
1510
File "main.js"
16-
File ".env"
1711
File "mod.json"
1812
!macroend
1913

@@ -22,6 +16,5 @@
2216
Delete "$INSTDIR\resources\*.*"
2317
RMDir "$INSTDIR\resources"
2418
Delete "$INSTDIR\main.js"
25-
Delete "$INSTDIR\.env"
2619
Delete "$INSTDIR\mod.json"
2720
!macroend

0 commit comments

Comments
 (0)