From f6b6771ba8a0a34e67604662bf87df389cd6ddd5 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 15 Apr 2020 00:10:03 +0000 Subject: [PATCH] Add legacy symlinks for easier deployment --- builds/apps.json | 1 + builds/community.json | 1 + builds/list.json | 1 + builds/official.json | 1 + 4 files changed, 4 insertions(+) create mode 120000 builds/apps.json create mode 120000 builds/community.json create mode 120000 builds/list.json create mode 120000 builds/official.json diff --git a/builds/apps.json b/builds/apps.json new file mode 120000 index 00000000..fbe38e73 --- /dev/null +++ b/builds/apps.json @@ -0,0 +1 @@ +default/v1/apps.json \ No newline at end of file diff --git a/builds/community.json b/builds/community.json new file mode 120000 index 00000000..00d9b622 --- /dev/null +++ b/builds/community.json @@ -0,0 +1 @@ +default/v0/community.json \ No newline at end of file diff --git a/builds/list.json b/builds/list.json new file mode 120000 index 00000000..39dce713 --- /dev/null +++ b/builds/list.json @@ -0,0 +1 @@ +official.json \ No newline at end of file diff --git a/builds/official.json b/builds/official.json new file mode 120000 index 00000000..596381ee --- /dev/null +++ b/builds/official.json @@ -0,0 +1 @@ +default/v0/official.json \ No newline at end of file