From e8b4c4a3070e4ee1e9f6c330c568d9e76e629f48 Mon Sep 17 00:00:00 2001 From: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Date: Mon, 9 Jan 2023 18:16:20 +0000 Subject: Fix the download button (#330) * Remove .desktop file from build.yml * Make download button link to decky-installer repo * Point download button to the .desktop file not the .sh file woops * Delete decky_installer.desktop * Delete user_install_script.sh --- dist/decky_installer.desktop | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 dist/decky_installer.desktop (limited to 'dist/decky_installer.desktop') diff --git a/dist/decky_installer.desktop b/dist/decky_installer.desktop deleted file mode 100644 index 07e3b6d5..00000000 --- a/dist/decky_installer.desktop +++ /dev/null @@ -1,8 +0,0 @@ -#!/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 -- cgit v1.2.3