Fixed to not use my custom proton wine
Silly me.
This commit is contained in:
parent
7d11910506
commit
3b8e30f73c
|
@ -27,7 +27,7 @@ main() {
|
||||||
FALSE 'Clear Cache' 2>/dev/null )
|
FALSE 'Clear Cache' 2>/dev/null )
|
||||||
case $sel in
|
case $sel in
|
||||||
'Start Worlds')
|
'Start Worlds')
|
||||||
/opt/Games/Worlds/proton/dist/bin/wine "$WORLDSINSTALL/run.exe" ;;
|
wine "$WORLDSINSTALL/run.exe" ;;
|
||||||
'Open Worlds folder')
|
'Open Worlds folder')
|
||||||
gio open "$WORLDSINSTALL"
|
gio open "$WORLDSINSTALL"
|
||||||
main ;;
|
main ;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user