Fixed to not use my custom proton wine

Silly me.
This commit is contained in:
Nicole George 2020-02-10 00:13:34 -06:00 committed by GitHub
parent 7d11910506
commit 3b8e30f73c

View File

@ -27,7 +27,7 @@ main() {
FALSE 'Clear Cache' 2>/dev/null )
case $sel in
'Start Worlds')
/opt/Games/Worlds/proton/dist/bin/wine "$WORLDSINSTALL/run.exe" ;;
wine "$WORLDSINSTALL/run.exe" ;;
'Open Worlds folder')
gio open "$WORLDSINSTALL"
main ;;