diff --git a/Makefile b/Makefile index a78bda27e6..b3da91f222 100644 --- a/Makefile +++ b/Makefile @@ -319,7 +319,7 @@ install-core: default @$(CP_R) cg "$(DATA_INSTALL_DIR)" @$(CP) *.ttf "$(DATA_INSTALL_DIR)" @$(CP) thirdparty/Tao/* "$(DATA_INSTALL_DIR)" - @$(CP) thirdparty/SDL2\#* "$(DATA_INSTALL_DIR)" + @$(CP) thirdparty/SDL2-CS* "$(DATA_INSTALL_DIR)" @$(INSTALL_PROGRAM) thirdparty/ICSharpCode.SharpZipLib.dll "$(DATA_INSTALL_DIR)" @$(INSTALL_PROGRAM) thirdparty/FuzzyLogicLibrary.dll "$(DATA_INSTALL_DIR)" @$(INSTALL_PROGRAM) thirdparty/SharpFont.dll "$(DATA_INSTALL_DIR)" diff --git a/packaging/package-all.sh b/packaging/package-all.sh index da2337b945..22f9f9cf3a 100755 --- a/packaging/package-all.sh +++ b/packaging/package-all.sh @@ -54,7 +54,7 @@ cp thirdparty/FuzzyLogicLibrary.dll packaging/built cp thirdparty/SharpFont* packaging/built # SDL2-CS -cp thirdparty/SDL2-CS packaging/built +cp thirdparty/SDL2-CS* packaging/built # Mono.NAT for UPnP support cp thirdparty/Mono.Nat.dll packaging/built