summaryrefslogtreecommitdiff
path: root/dist/decky_installer.desktop
diff options
context:
space:
mode:
Diffstat (limited to 'dist/decky_installer.desktop')
-rw-r--r--dist/decky_installer.desktop8
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/decky_installer.desktop b/dist/decky_installer.desktop
new file mode 100644
index 00000000..07e3b6d5
--- /dev/null
+++ b/dist/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