Fixed launcher for AudioDisc

This commit is contained in:
Storm Dragon 2021-04-29 19:00:17 -04:00
parent 5a815c2127
commit f8fac3b74f

View File

@ -522,6 +522,10 @@ game_launcher() {
if [[ "$game" =~ sequence-storm ]]; then
[[ -x ~/.SequenceStormReader ]] && ~/.SequenceStormReader &
fi
if [[ "$game" =~ audiodisc ]]; then
wine "$winePath\\$wineExec"
exit 0
fi
if [[ "$game" =~ audioquake ]]; then
wine "$winePath\\$wineExec"
exit 0