Skip to content

Commit 8cdb0ec

Browse files
committed
Updated launchers
1 parent 1ae594a commit 8cdb0ec

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
229 KB
Binary file not shown.

Shared/installer/nightly.nsi

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,8 @@ SectionGroup /e "$(INST_SEC_CLIENT)" SECGCLIENT
661661
File "${FILES_ROOT}\mta\loader.dll"
662662
File "${FILES_ROOT}\mta\pthread.dll"
663663
File "${FILES_ROOT}\mta\cefweb.dll"
664+
File "${FILES_ROOT}\mta\libwow64.dll"
665+
File "${FILES_ROOT}\mta\wow64_helper.exe"
664666

665667
SetOutPath "$INSTDIR\MTA"
666668
File "${FILES_ROOT}\mta\chrome_elf.dll"
@@ -1089,10 +1091,14 @@ Section Uninstall
10891091

10901092
RmDir /r "$INSTDIR\MTA\cgui"
10911093
RmDir /r "$INSTDIR\MTA\data"
1094+
RmDir /r "$INSTDIR\MTA\CEF"
1095+
RmDir /r "$INSTDIR\MTA\locale"
10921096
Delete "$INSTDIR\MTA\*.dll"
1093-
Delete "$INSTDIR\MTA\*.ax"
1094-
Delete "$INSTDIR\MTA\*.txt"
1097+
Delete "$INSTDIR\MTA\*.exe"
1098+
Delete "$INSTDIR\MTA\*.dmp"
1099+
Delete "$INSTDIR\MTA\*.log"
10951100
Delete "$INSTDIR\MTA\*.dat"
1101+
Delete "$INSTDIR\MTA\*.bin"
10961102

10971103
RmDir /r "$APPDATA\MTA San Andreas All\${0.0}"
10981104
; TODO if $APPDATA\MTA San Andreas All\Common is the only one left, delete it

0 commit comments

Comments
 (0)