mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2025-02-23 05:07:14 +01:00
Update NonSteamLaunchers.sh
This commit is contained in:
parent
55e40bfff8
commit
22fde21e9c
@ -1834,8 +1834,10 @@ function install_launcher {
|
|||||||
eval "$post_install_command"
|
eval "$post_install_command"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Wait for the installation process to complete
|
# Wait for the installation process to complete (EXCEPT GOG)
|
||||||
wait
|
if [ "$launcher_name" != "GOG Galaxy" ]; then
|
||||||
|
wait
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user