A tiny bit of menu reorganization. I jinxed myself by saying it was the final commit before release lol.
This commit is contained in:
+3
-11
@@ -377,22 +377,14 @@ case "$GAME" in
|
||||
"Wicked Quest")
|
||||
run_native "wicked-quest" "wicked_quest.py"
|
||||
;;
|
||||
"Kitchen's Sink")
|
||||
"Kitchensinc")
|
||||
pushd "/home/stormux/.wine32/drive_c/Program Files/Kitchen's Sink"
|
||||
if [[ "$(uname -m)" != "x86_64" ]]; then
|
||||
WINEPREFIX=/home/stormux/.wine32 FEXBash -c "/home/stormux/.local/wine32/bin/wine gamemenu.exe"
|
||||
else
|
||||
WINEPREFIX=/home/stormux/.wine32 /home/stormux/.local/wine32/bin/wine gamemenu.exe
|
||||
fi
|
||||
WINEPREFIX=/home/stormux/.wine32 /home/stormux/.local/wine32/bin/wine gamemenu.exe
|
||||
popd
|
||||
;;
|
||||
"Swamp")
|
||||
pushd "/home/stormux/.wine32/drive_c/Program Files/swamp"
|
||||
if [[ "$(uname -m)" != "x86_64" ]]; then
|
||||
WINEPREFIX=/home/stormux/.wine32 FEXBash -c "/home/stormux/.local/wine32/bin/wine Swamp.exe"
|
||||
else
|
||||
WINEPREFIX=/home/stormux/.wine32 /home/stormux/.local/wine32/bin/wine Swamp.exe
|
||||
fi
|
||||
WINEPREFIX=/home/stormux/.wine32 /home/stormux/.local/wine32/bin/wine Swamp.exe
|
||||
popd
|
||||
;;
|
||||
"Zombowl")
|
||||
|
||||
Reference in New Issue
Block a user