summaryrefslogtreecommitdiff
path: root/decky_installer.desktop
diff options
context:
space:
mode:
authortranch <tranch.xiao@gmail.com>2026-01-22 00:42:42 +0800
committertranch <tranch.xiao@gmail.com>2026-02-03 11:53:35 +0800
commitf5b06e10aa0515f12df4f88004fe8ed031c58d3a (patch)
treee70b1d78ec72443907517e1e666eebcbf81ccc76 /decky_installer.desktop
downloaddecky-installer-f5b06e10aa0515f12df4f88004fe8ed031c58d3a.tar.gz
decky-installer-f5b06e10aa0515f12df4f88004fe8ed031c58d3a.zip
feat: introduce Decky Installer mirror files
Add initial setup for the mirrored Decky Installer. Includes the install script, desktop file, and GitHub release workflow. The script modifies the official installer to use a custom mirror host.
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