Use checkup.exe for swamp instead of win32.bat to avoid some problems

This commit is contained in:
Michael Taboada 2022-01-23 22:11:25 -08:00
parent ec6e49da19
commit b50f218365

View File

@ -2295,7 +2295,8 @@ EOF
if wget -O "${cache}/SwampPatch.zip" "https://www.kaldobsky.com/audiogames/SwampPatch.zip" ; then if wget -O "${cache}/SwampPatch.zip" "https://www.kaldobsky.com/audiogames/SwampPatch.zip" ; then
unzip -o -d "$WINEPREFIX/drive_c/Program Files/swamp" "${cache}/SwampPatch.zip" unzip -o -d "$WINEPREFIX/drive_c/Program Files/swamp" "${cache}/SwampPatch.zip"
fi fi
wine cmd.exe /c 'cd /d c:\Program Files\swamp && Windows32bit.bat' wine 'c:\Program Files\swamp\checkup.exe' /verysilent
#wine cmd.exe /c 'cd /d c:\Program Files\swamp && Windows32bit.bat'
add_launcher "c:\Program Files\swamp\Swamp.exe" add_launcher "c:\Program Files\swamp\Swamp.exe"
;; ;;
"Technoshock") "Technoshock")