summaryrefslogtreecommitdiff
path: root/decky_installer.desktop
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2023-01-09 14:10:44 +0000
committerGitHub <noreply@github.com>2023-01-09 14:10:44 +0000
commitf98ee28fbc506e54ca77a131882812b925d32363 (patch)
treed4a25189976cfdd7abdf39b056360fc33de47069 /decky_installer.desktop
parent75548040f722dc8a4703b6d3e75923cafb12dba7 (diff)
downloaddecky-installer-f98ee28fbc506e54ca77a131882812b925d32363.tar.gz
decky-installer-f98ee28fbc506e54ca77a131882812b925d32363.zip
Add files via upload
Diffstat (limited to 'decky_installer.desktop')
-rw-r--r--decky_installer.desktop8
1 files changed, 8 insertions, 0 deletions
diff --git a/decky_installer.desktop b/decky_installer.desktop
new file mode 100644
index 0000000..07e3b6d
--- /dev/null
+++ b/decky_installer.desktop
@@ -0,0 +1,8 @@
+#!/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'
+Icon=steamdeck-gaming-return
+Terminal=true
+Type=Application
+StartupNotify=false