summaryrefslogtreecommitdiff
path: root/frontend/src/updater.ts
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2022-10-29 15:03:12 -0700
committerTrainDoctor <traindoctor@protonmail.com>2022-10-29 15:03:21 -0700
commit4d30339c34782a6e3d313804fa393c95ad38c4b2 (patch)
treecdeb7463f3237f2dd998d51f2fa5b39f67ded196 /frontend/src/updater.ts
parent5996a3f88be51e5ac59256b2d078fa6172639fb4 (diff)
downloaddecky-loader-4d30339c34782a6e3d313804fa393c95ad38c4b2.tar.gz
decky-loader-4d30339c34782a6e3d313804fa393c95ad38c4b2.zip
Add StoreSelect component
Diffstat (limited to 'frontend/src/updater.ts')
-rw-r--r--frontend/src/updater.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/updater.ts b/frontend/src/updater.ts
index 2c0b66fe..16955104 100644
--- a/frontend/src/updater.ts
+++ b/frontend/src/updater.ts
@@ -1,7 +1,7 @@
export enum Branches {
Release,
Prerelease,
- Nightly,
+ Testing,
}
export interface DeckyUpdater {