Skip to content

Commit 1d9b866

Browse files
committed
Addendum for commit f2efe62
Installer script tried to extract winmm.dll instead of mtasa.dll
1 parent 4f35dd3 commit 1d9b866

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Shared/installer/nightly.nsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,11 @@ SectionGroup /e "$(INST_SEC_CLIENT)" SECGCLIENT
654654
${EndIf}
655655
#############################################################
656656

657+
#############################################################
658+
# Delete existing winmm.dll to prevent GTA process start conflicts
659+
Delete "$INSTDIR\MTA\winmm.dll"
660+
#############################################################
661+
657662
SetOutPath "$INSTDIR\MTA"
658663
SetOverwrite on
659664

@@ -668,7 +673,7 @@ SectionGroup /e "$(INST_SEC_CLIENT)" SECGCLIENT
668673
File "${FILES_ROOT}\mta\multiplayer_sa.dll"
669674
File "${FILES_ROOT}\mta\netc.dll"
670675
File "${FILES_ROOT}\mta\loader.dll"
671-
File "${FILES_ROOT}\mta\winmm.dll"
676+
File "${FILES_ROOT}\mta\mtasa.dll"
672677
File "${FILES_ROOT}\mta\pthread.dll"
673678
File "${FILES_ROOT}\mta\cefweb.dll"
674679
File "${FILES_ROOT}\mta\libwow64.dll"

0 commit comments

Comments
 (0)