diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2023-03-20 21:41:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-20 21:41:13 +0000 |
| commit | fe89c471338a8625c3f86763ce79838916b1e38c (patch) | |
| tree | c0e207c04c047fb0439dfcc2e47df56d1b8c4522 | |
| parent | e56d1875f482fb74ca2f6a7e1050463aa012367c (diff) | |
| download | decky-installer-fe89c471338a8625c3f86763ce79838916b1e38c.tar.gz decky-installer-fe89c471338a8625c3f86763ce79838916b1e38c.zip | |
Update decky_installer.desktop
| -rw-r--r-- | gui/decky_installer.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/decky_installer.desktop b/gui/decky_installer.desktop index 331535d..7a3c6b6 100644 --- a/gui/decky_installer.desktop +++ b/gui/decky_installer.desktop @@ -1,7 +1,7 @@ #!/usr/bin/env xdg-open [Desktop Entry] Name=Install Decky -Exec=sh -c 'if curl -S -s -L -O --output-dir /tmp/ --connect-timeout 15 https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/user_install_script.sh; then bash /tmp/user_install_script.sh; else echo "Something went wrong, please report this bug"; read; fi' +Exec=sh -c 'if curl -S -s -L -O --output-dir /tmp/ --connect-timeout 15 https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/user_install_script.sh; then bash /tmp/user_install_script.sh; else echo "Something went wrong, please report this if it is a bug"; read; fi' Icon=steamdeck-gaming-return Terminal=true Type=Application |
