From f07de3f7ed0114d1d54cb28d071d8de5eb1c5ab6 Mon Sep 17 00:00:00 2001 From: Nicole George Date: Mon, 10 Feb 2020 12:17:01 -0600 Subject: [PATCH] Fix the wine line again Silly me --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;;