Fixed an error in linux-game-manager installer syntax.

This commit is contained in:
Storm Dragon 2024-09-01 15:15:42 -04:00
parent 0f65d8efb9
commit 12c8aba8a0

View File

@ -724,7 +724,7 @@ case "${game}" in
unzip -n -d "${installPath}/doom" "${cache}/TobyAccessibilityMod_Version${tobyVersion}.zip"
unzip -n -d "${installPath}/doom" "${cache}/OpMDK_ForV${tobyVersion}.zip"
cp -v "${cache}/keyshare-universal.pk3" "${installPath}/doom"
rm -fv "${installPath}/doom/"*.{ahk|bat,exe,dll,ps1}
rm -fv "${installPath}/doom/"*.{ahk,bat,exe,dll,ps1}
if [[ -e /usr/share/doom/blasphem.wad ]]; then
ln -s /usr/share/doom/blasphem.wad "${installPath}/doom/"
fi