From cb1f5a7757c4f417665e026a6e0039ab29e523c8 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 11 Aug 2024 00:37:09 -0400 Subject: [PATCH] Fixed a bug with extraction of OperationMDK. --- linux-game-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 55c1304..4846556 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -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