diff --git a/launch.sh b/launch.sh index 0c57a8d..e3cd884 100644 --- a/launch.sh +++ b/launch.sh @@ -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 ;;