Fix the wine line again
Silly me
This commit is contained in:
parent
f0d9b0c066
commit
f07de3f7ed
|
@ -27,7 +27,7 @@ main() {
|
||||||
FALSE 'Clear Cache' 2>/dev/null )
|
FALSE 'Clear Cache' 2>/dev/null )
|
||||||
case $sel in
|
case $sel in
|
||||||
'Start Worlds')
|
'Start Worlds')
|
||||||
$WORLDSDIR/proton/dist/bin/wine "$WORLDSINSTALL/run.exe" ;;
|
$(which wine) "$WORLDSINSTALL/run.exe" ;;
|
||||||
'Open Worlds folder')
|
'Open Worlds folder')
|
||||||
gio open "$WORLDSINSTALL"
|
gio open "$WORLDSINSTALL"
|
||||||
main ;;
|
main ;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user