summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2022-10-30 18:45:18 -0700
committerTrainDoctor <traindoctor@protonmail.com>2022-10-30 18:45:18 -0700
commitdb7bb236d87fab6163612a61ae62a4e5389d92cd (patch)
tree0e948331c3ac1979b04ecd7940beb1d10da9b442
parent5e3de747d37b4b7042485a6733b2cd8a883b16ef (diff)
downloaddecky-loader-db7bb236d87fab6163612a61ae62a4e5389d92cd.tar.gz
decky-loader-db7bb236d87fab6163612a61ae62a4e5389d92cd.zip
facepalmv2.3.1-pre3
-rw-r--r--backend/updater.py6
-rw-r--r--dist/install_prerelease.sh2
-rw-r--r--dist/install_release.sh2
3 files changed, 5 insertions, 5 deletions
diff --git a/backend/updater.py b/backend/updater.py
index 7647d204..e20242bc 100644
--- a/backend/updater.py
+++ b/backend/updater.py
@@ -87,12 +87,12 @@ class Updater:
branch = self.get_branch(self.context.settings)
match branch:
case 0:
- url = "https://raw.githubusercontent.com/SteamDeckHomebrew/decky-loader/service-updater/dist/plugin_loader-release.service"
+ url = "https://raw.githubusercontent.com/SteamDeckHomebrew/decky-loader/main/dist/plugin_loader-release.service"
case 1 | 2:
- url = "https://raw.githubusercontent.com/SteamDeckHomebrew/decky-loader/service-updater/dist/plugin_loader-prerelease.service"
+ url = "https://raw.githubusercontent.com/SteamDeckHomebrew/decky-loader/main/dist/plugin_loader-prerelease.service"
case _:
logger.error("You have an invalid branch set... Defaulting to prerelease service, please send the logs to the devs!")
- url = "https://raw.githubusercontent.com/SteamDeckHomebrew/decky-loader/service-updater/dist/plugin_loader-prerelease.service"
+ url = "https://raw.githubusercontent.com/SteamDeckHomebrew/decky-loader/main/dist/plugin_loader-prerelease.service"
return str(url)
async def get_version(self):
diff --git a/dist/install_prerelease.sh b/dist/install_prerelease.sh
index fedc3eaf..18f4144d 100644
--- a/dist/install_prerelease.sh
+++ b/dist/install_prerelease.sh
@@ -27,7 +27,7 @@ systemctl --user disable plugin_loader 2> /dev/null
systemctl stop plugin_loader 2> /dev/null
systemctl disable plugin_loader 2> /dev/null
-curl -L https://raw.githubusercontent.com/SteamDeckHomebrew/decky-loader/service-updater/dist/plugin_loader-prerelease.service --output ${HOMEBREW_FOLDER}/services/plugin_loader-prerelease.service
+curl -L https://raw.githubusercontent.com/SteamDeckHomebrew/decky-loader/main/dist/plugin_loader-prerelease.service --output ${HOMEBREW_FOLDER}/services/plugin_loader-prerelease.service
cat > "${HOMEBREW_FOLDER}/services/plugin_loader-backup.service" <<- EOM
[Unit]
diff --git a/dist/install_release.sh b/dist/install_release.sh
index f27aaf2c..8d52728e 100644
--- a/dist/install_release.sh
+++ b/dist/install_release.sh
@@ -27,7 +27,7 @@ systemctl --user disable plugin_loader 2> /dev/null
systemctl stop plugin_loader 2> /dev/null
systemctl disable plugin_loader 2> /dev/null
-curl -L https://raw.githubusercontent.com/SteamDeckHomebrew/decky-loader/service-updater/dist/plugin_loader-release.service --output ${HOMEBREW_FOLDER}/services/plugin_loader-release.service
+curl -L https://raw.githubusercontent.com/SteamDeckHomebrew/decky-loader/main/dist/plugin_loader-release.service --output ${HOMEBREW_FOLDER}/services/plugin_loader-release.service
cat > "${HOMEBREW_FOLDER}/services/plugin_loader-backup.service" <<- EOM
[Unit]