Fixed a bug with extraction of OperationMDK.

This commit is contained in:
Storm Dragon 2024-08-11 00:37:09 -04:00
parent 870185f83d
commit cb1f5a7757

View File

@ -720,7 +720,7 @@ case "${game}" in
[[ -e "${cache}/DoomMetalVol6.wad" ]] && mv "${cache}/DoomMetalVol6.wad" "${installPath}/doom"
[[ -e "${cache}/DoomMetalVol7.wad" ]] && mv "${cache}/DoomMetalVol7.wad" "${installPath}/doom"
unzip -n -d "${installPath}/doom" "${cache}/TobyAccessibilityMod_Version${tobyVersion}.zip"
unzip -n -d "${installPath}/doom" "${cache}/OpMDK_ForV7-0.zip"
unzip -n -d "${installPath}/doom" "${cache}/OpMDK_ForV${tobyVersion}.zip"
cp -v "${cache}/keyshare-universal.pk3" "${installPath}/doom"
rm -fv "${installPath}/doom/"*.{bat,dll,exe}
if [[ -e /usr/share/doom/blasphem.wad ]]; then