Skip to content

Commit 0a34fb7

Browse files
committed
Update MySQL libraries to 8.3.0
1 parent 5fe3575 commit 0a34fb7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+13449
-18414
lines changed

Server/dbconmy/premake5.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ project "Dbconmy"
6666
links { "../../vendor/mysql/lib/x64/libmysql.lib" }
6767
filter { "system:windows", "platforms:x86" }
6868
links { "../../vendor/mysql/lib/x86/libmysql.lib" }
69-
filter { "system:windows", "platforms:arm" }
70-
links { "../../vendor/mysql/lib/arm/libmysql.lib" }
7169
filter { "system:windows", "platforms:arm64" }
7270
links { "../../vendor/mysql/lib/arm64/libmysql.lib" }
7371

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Shared/installer/nightly.nsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,8 @@ SectionGroup /e "$(INST_SEC_SERVER)" SECGSERVER
849849
File "${SERVER_FILES_ROOT}\mods\deathmatch\dbconmy.dll"
850850
!ifndef LIGHTBUILD
851851
File "${SERVER_FILES_ROOT}\mods\deathmatch\libmysql.dll"
852+
File "${SERVER_FILES_ROOT}\mods\deathmatch\libcrypto-3.dll"
853+
File "${SERVER_FILES_ROOT}\mods\deathmatch\libssl-3.dll"
852854
!endif
853855

854856
;Only overwrite the following files if previous versions were bugged and explicitly need replacing
@@ -1083,6 +1085,8 @@ Section Uninstall
10831085
Delete "$INSTDIR\server\mods\deathmatch\dbconmy.dll"
10841086
Delete "$INSTDIR\server\mods\deathmatch\deathmatch.dll"
10851087
Delete "$INSTDIR\server\mods\deathmatch\libmysql.dll"
1088+
Delete "$INSTDIR\server\mods\deathmatch\libcrypto-3.dll"
1089+
Delete "$INSTDIR\server\mods\deathmatch\libssl-3.dll"
10861090
Delete "$INSTDIR\server\mods\deathmatch\lua5.1.dll"
10871091
Delete "$INSTDIR\server\mods\deathmatch\pcre3.dll"
10881092

@@ -1097,6 +1101,8 @@ Section Uninstall
10971101
Delete "$INSTDIR\server\x64\dbconmy.dll"
10981102
Delete "$INSTDIR\server\x64\deathmatch.dll"
10991103
Delete "$INSTDIR\server\x64\libmysql.dll"
1104+
Delete "$INSTDIR\server\x64\libcrypto-3-x64.dll"
1105+
Delete "$INSTDIR\server\x64\libssl-3-x64.dll"
11001106
Delete "$INSTDIR\server\x64\lua5.1.dll"
11011107
Delete "$INSTDIR\server\x64\pcre3.dll"
11021108
RmDir "$INSTDIR\server\x64"

0 commit comments

Comments
 (0)