diff --git a/launch.sh b/launch.sh index 3b6e451..4d9af7c 100644 --- a/launch.sh +++ b/launch.sh @@ -27,7 +27,7 @@ main() { FALSE 'Clear Cache' 2>/dev/null ) case $sel in 'Start Worlds') - $WORLDSDIR/proton/dist/bin/wine "$WORLDSINSTALL/run.exe" ;; + $(which wine) "$WORLDSINSTALL/run.exe" ;; 'Open Worlds folder') gio open "$WORLDSINSTALL" main ;;