diff options
author | dada513 <dada513@protonmail.com> | 2022-07-10 10:50:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-10 10:50:03 +0200 |
commit | 3b187b5246e1ad32bf672e1ef79686b3d14dcbcc (patch) | |
tree | da7702e2eb22d0d4fd243400fc799daa8d66f112 /launcher/updater/testdata/index.json | |
parent | f591c876650385423d205d40350a210098c86751 (diff) | |
parent | ffa756ccee8c63471cd8425ab4f4ffcad8875b79 (diff) | |
download | PrismLauncher-3b187b5246e1ad32bf672e1ef79686b3d14dcbcc.tar.gz PrismLauncher-3b187b5246e1ad32bf672e1ef79686b3d14dcbcc.tar.bz2 PrismLauncher-3b187b5246e1ad32bf672e1ef79686b3d14dcbcc.zip |
Merge pull request #876 from Scrumplex/revert-updater-stuff
Revert "fix: remove updater if it is not used"
Diffstat (limited to 'launcher/updater/testdata/index.json')
-rw-r--r-- | launcher/updater/testdata/index.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/launcher/updater/testdata/index.json b/launcher/updater/testdata/index.json deleted file mode 100644 index 867bdcfb..00000000 --- a/launcher/updater/testdata/index.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ApiVersion": 0, - "Versions": [ - { "Id": 0, "Name": "1.0.0" }, - { "Id": 1, "Name": "1.0.1" }, - { "Id": 2, "Name": "1.0.2" }, - { "Id": 3, "Name": "1.0.3" } - ] -} |