From 3b8e30f73cc4b9c4105da54e42a7658e59bb56ec Mon Sep 17 00:00:00 2001 From: Nicole George Date: Mon, 10 Feb 2020 00:13:34 -0600 Subject: [PATCH] Fixed to not use my custom proton wine Silly me. --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;;