mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2025-04-05 05:56:50 +02:00
Update NonSteamLaunchers.sh
This commit is contained in:
parent
50393c8eda
commit
9325e1afe7
@ -462,7 +462,7 @@ function download_umu_launcher() {
|
||||
|
||||
# Get the download URL for a file that matches the pattern 'umu-launcher-*zipapp*.tar.gz'
|
||||
zip_url=$(curl -s https://api.github.com/repos/Open-Wine-Components/umu-launcher/releases/latest | \
|
||||
grep '"browser_download_url":' | grep -E 'umu-launcher-.*-zipapp.*\.(zip|tar\.gz)' | \
|
||||
grep '"browser_download_url":' | grep -E 'umu-launcher-.*-zipapp.*\.(zip|tar\.gz|tar)' | \
|
||||
cut -d '"' -f 4)
|
||||
|
||||
if [ -z "$zip_url" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user