Update assets denylist in `Package.sh` again

fixes dc659ddb9
This commit is contained in:
James Groom 2023-12-17 19:24:25 +10:00 committed by GitHub
parent dc659ddb93
commit a48ca42125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -12,12 +12,12 @@ mkdir "Firmware"
if [ "$1" = "windows-x64" ]; then
rm -f "EmuHawkMono.sh"
cd "dll"
rm -f "OpenTK.dll.config" \
"libbizlynx.dll.so" "libbizswan.dll.so" "libblip_buf.so" "libbizhash.so" "libdarm.so" "libemu83.so" "libfwunpack.so" "libgambatte.so" "libLibretroBridge.so" "libquicknes.dll.so.0.7.0" "librcheevos.so" "libsameboy.so" "libmgba.dll.so" "libMSXHawk.so" "libwaterboxhost.so" "libcitra-headless.so" "libSDL2.so" "libe_sqlite3.so"
rm -f "libe_sqlite3.so" "libSDL2.so" "OpenTK.dll.config" \
"libbizlynx.dll.so" "libbizswan.dll.so" "libblip_buf.so" "libbizhash.so" "libcitra-headless.so" "libdarm.so" "libemu83.so" "libfwunpack.so" "libgambatte.so" "libLibretroBridge.so" "libquicknes.dll.so.0.7.0" "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"
rm -f "lua54.dll" \
rm -f "e_sqlite3.dll" "lua54.dll" "SDL.dll" "SDL2.dll" \
"mupen64plus-audio-bkm.dll" "mupen64plus-input-bkm.dll" "mupen64plus-rsp-cxd4-sse2.dll" "mupen64plus-rsp-hle.dll" "mupen64plus-video-angrylion-rdp.dll" "mupen64plus-video-glide64.dll" "mupen64plus-video-glide64mk2.dll" "mupen64plus-video-GLideN64.dll" "mupen64plus-video-rice.dll" "mupen64plus.dll" "octoshock.dll" \
"bizlynx.dll" "bizswan.dll" "blip_buf.dll" "libbizhash.dll" "libdarm.dll" "libemu83.dll" "libfwunpack.dll" "libgambatte.dll" "libLibretroBridge.dll" "libquicknes.dll" "librcheevos.dll" "libsameboy.dll" "mgba.dll" "MSXHawk.dll" "waterboxhost.dll" "citra-headless.dll"
fi