summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2023-03-31 10:30:37 +0100
committerGitHub <noreply@github.com>2023-03-31 10:30:37 +0100
commitecf6ea099633aaca919e88158d7cf8f7afb49985 (patch)
treef48b5f6b1828e47d34227c0351f05cd81d570949
parentbeb80173424e00d9f2d9aea818b9bad44d36a466 (diff)
downloaddecky-installer-ecf6ea099633aaca919e88158d7cf8f7afb49985.tar.gz
decky-installer-ecf6ea099633aaca919e88158d7cf8f7afb49985.zip
change the .desktop timeout to 60 seconds because some people have very slow internetv1.5.1
-rw-r--r--gui/decky_installer.desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/decky_installer.desktop b/gui/decky_installer.desktop
index 7a3c6b6..2f48547 100644
--- a/gui/decky_installer.desktop
+++ b/gui/decky_installer.desktop
@@ -1,7 +1,7 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Install Decky
-Exec=sh -c 'if curl -S -s -L -O --output-dir /tmp/ --connect-timeout 15 https://github.com/SteamDeckHomebrew/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; fi'
+Exec=sh -c 'if curl -S -s -L -O --output-dir /tmp/ --connect-timeout 60 https://github.com/SteamDeckHomebrew/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; fi'
Icon=steamdeck-gaming-return
Terminal=true
Type=Application