summaryrefslogtreecommitdiff
path: root/decky_installer.desktop
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2023-01-09 14:12:31 +0000
committerGitHub <noreply@github.com>2023-01-09 14:12:31 +0000
commitefdf58b77f24f6de5cad4f2f908540eab8676b78 (patch)
tree222cc96e0e770122ade8572ba198b9110e8ca9e5 /decky_installer.desktop
parentf98ee28fbc506e54ca77a131882812b925d32363 (diff)
downloaddecky-installer-efdf58b77f24f6de5cad4f2f908540eab8676b78.tar.gz
decky-installer-efdf58b77f24f6de5cad4f2f908540eab8676b78.zip
Make .desktop point to this repo
Diffstat (limited to 'decky_installer.desktop')
-rw-r--r--decky_installer.desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/decky_installer.desktop b/decky_installer.desktop
index 07e3b6d..64dcb3e 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://raw.githubusercontent.com/SteamDeckHomebrew/decky-loader/main/dist/user_install_script.sh 2> /dev/null && bash /tmp/user_install_script.sh'
+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'
Icon=steamdeck-gaming-return
Terminal=true
Type=Application