summaryrefslogtreecommitdiff
path: root/decky_installer.desktop
diff options
context:
space:
mode:
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..939f84a
--- /dev/null
+++ b/decky_installer.desktop
@@ -0,0 +1,8 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Name=Install Decky
+Exec=sh -c 'rm -f /tmp/user_install_script.sh; if curl -S -s -L -o /tmp/user_install_script.sh --connect-timeout 60 https://__DECKY_MIRROR_HOST__/AeroCore-IO/decky-installer/releases/latest/download/user_install_script.sh; then bash /tmp/user_install_script.sh; else echo "Something went wrong, please report this if it is a bug"; read -r; fi'
+Icon=steamdeck-gaming-return
+Terminal=true
+Type=Application
+StartupNotify=false