From d17352a20411a98c76494006d94d9193cbc95a68 Mon Sep 17 00:00:00 2001 From: Morilli <35152647+Morilli@users.noreply.github.com> Date: Fri, 22 Mar 2024 17:33:26 +0100 Subject: [PATCH] Fix Package.sh untested because it wouldn't be fun otherwise --- Dist/Package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dist/Package.sh b/Dist/Package.sh index 830657b614..b966c8689c 100644 --- a/Dist/Package.sh +++ b/Dist/Package.sh @@ -13,7 +13,7 @@ if [ "$1" = "windows-x64" ]; then rm -f "EmuHawkMono.sh" cd "dll" rm -f "libe_sqlite3.so" "libSDL2.so" "OpenTK.dll.config" \ - "libbizlynx.dll.so" "libbizswan.dll.so" "libblip_buf.so" "libbizhash.so" "libdarm.so" "libemu83.so" "libencore.so" "libfwunpack.so" "libgambatte.so" "libLibretroBridge.so" "libquicknes.dll.so" "librcheevos.so" "libsameboy.so" "libmgba.dll.so" "libMSXHawk.so" "libwaterboxhost.so" + "libbizlynx.dll.so" "libbizswan.dll.so" "libblip_buf.so" "libbizhash.so" "libdarm.so" "libemu83.so" "libencore.so" "libfwunpack.so" "libgambatte.so" "libLibretroBridge.so" "libquicknes.so" "librcheevos.so" "libsameboy.so" "libmgba.dll.so" "libMSXHawk.so" "libwaterboxhost.so" else find . -type f -name "*.sh" -exec chmod +x {} \; # installed with -m644 but needs to be 755 cd "dll"