From 15e33ac14acb5d823e0e474c6cc73ea2a97640b2 Mon Sep 17 00:00:00 2001 From: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Date: Wed, 11 Jan 2023 17:00:44 +0000 Subject: Rename decky_installer.desktop to gui/decky_installer.desktop --- decky_installer.desktop | 8 -------- gui/decky_installer.desktop | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 decky_installer.desktop create mode 100644 gui/decky_installer.desktop diff --git a/decky_installer.desktop b/decky_installer.desktop deleted file mode 100644 index 2a90683..0000000 --- a/decky_installer.desktop +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env xdg-open -[Desktop Entry] -Name=Install Decky -Exec=sh -c 'curl -L -O --output-dir /tmp/ https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/user_install_script.sh 2> /dev/null && bash /tmp/user_install_script.sh' -Icon=steamdeck-gaming-return -Terminal=true -Type=Application -StartupNotify=false diff --git a/gui/decky_installer.desktop b/gui/decky_installer.desktop new file mode 100644 index 0000000..2a90683 --- /dev/null +++ b/gui/decky_installer.desktop @@ -0,0 +1,8 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Name=Install Decky +Exec=sh -c 'curl -L -O --output-dir /tmp/ https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/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