From 3423d41d656359bc7a783b5c78060c2e018234e1 Mon Sep 17 00:00:00 2001 From: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:13:14 +0000 Subject: Update decky_installer.desktop --- decky_installer.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decky_installer.desktop b/decky_installer.desktop index 64dcb3e..2a17ba5 100644 --- a/decky_installer.desktop +++ b/decky_installer.desktop @@ -1,7 +1,7 @@ #!/usr/bin/env xdg-open [Desktop Entry] Name=Install Decky -Exec=sh -c 'curl -O --output-dir /tmp/ https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/decky_installer.desktop 2> /dev/null && bash /tmp/user_install_script.sh' +Exec=sh -c 'curl -L -O --output-dir /tmp/ https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/decky_installer.desktop 2> /dev/null && bash /tmp/user_install_script.sh' Icon=steamdeck-gaming-return Terminal=true Type=Application -- cgit v1.2.3