Fix Package.sh
untested because it wouldn't be fun otherwise
This commit is contained in:
parent
9c4a818423
commit
d17352a204
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue