diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 1c8f46c..99af308 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -721,7 +721,7 @@ case "${game}" in unzip -n -d "${installPath}/doom" "${cache}/TobyAccessibilityMod_Version${tobyVersion}.zip" unzip -n -d "${installPath}/doom" "${cache}/OpMDK_ForV7-0.zip" cp -v "${cache}/keyshare-universal.pk3" "${installPath}/doom" - rm -fv "${installPath}/"*.{bat,exe} + rm -fv "${installPath}/doom/"*.{bat,dll,exe} if [[ -e /usr/share/doom/blasphem.wad ]]; then ln -s /usr/share/doom/blasphem.wad "${installPath}/doom/" fi