Fix the wine line again

Silly me
This commit is contained in:
Nicole George 2020-02-10 12:17:01 -06:00 committed by GitHub
parent f0d9b0c066
commit f07de3f7ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ;;