diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2023-01-09 14:13:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-09 14:13:14 +0000 |
| commit | 3423d41d656359bc7a783b5c78060c2e018234e1 (patch) | |
| tree | fc695a27c0e4386ec626412b301054be66f6791e | |
| parent | efdf58b77f24f6de5cad4f2f908540eab8676b78 (diff) | |
| download | decky-installer-3423d41d656359bc7a783b5c78060c2e018234e1.tar.gz decky-installer-3423d41d656359bc7a783b5c78060c2e018234e1.zip | |
Update decky_installer.desktopv1.0
| -rw-r--r-- | decky_installer.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
