From eb2bb36240cb19ec4b67ddce96ae961ac9a99395 Mon Sep 17 00:00:00 2001 From: NoRainCity Date: Wed, 11 Sep 2024 22:51:55 +0800 Subject: [PATCH 1/3] chore: update slimefun4 repo owner --- frontend/public/repos.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/repos.json b/frontend/public/repos.json index b5afa4d..d39505d 100644 --- a/frontend/public/repos.json +++ b/frontend/public/repos.json @@ -1,5 +1,5 @@ { - "StarWishsama/Slimefun4:master": { + "SlimefunGuguProject/Slimefun4:master": { "type": "maven", "buildOptions": { "name": "Slimefun", @@ -20,7 +20,7 @@ } } }, - "StarWishsama/Slimefun4:release": { + "SlimefunGuguProject/Slimefun4:release": { "type": "maven", "buildOptions": { "name": "Slimefun", From 10989a54cce63cae27aed95ee0dfcfd7500c48e6 Mon Sep 17 00:00:00 2001 From: ybw0014 Date: Wed, 11 Sep 2024 16:12:43 -0700 Subject: [PATCH 2/3] chore: update info --- frontend/public/repos.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/public/repos.json b/frontend/public/repos.json index d39505d..eac52ad 100644 --- a/frontend/public/repos.json +++ b/frontend/public/repos.json @@ -1,9 +1,11 @@ { "SlimefunGuguProject/Slimefun4:master": { "type": "maven", + "alias": ["StarWishsama/Slimefun4:master"], "buildOptions": { "name": "Slimefun", - "version": "{git_commit}-Beta" + "version": "{git_commit}-Beta", + "customDir": "StarWishsama/Slimefun4/master" }, "displayOptions": { "officialList": true, @@ -22,9 +24,11 @@ }, "SlimefunGuguProject/Slimefun4:release": { "type": "maven", + "alias": ["StarWishsama/Slimefun4:release"], "buildOptions": { "name": "Slimefun", - "version": "{Year}.{Month}-release" + "version": "{Year}.{Month}-release", + "customDir": "StarWishsama/Slimefun4/release" }, "displayOptions": { "officialList": true, From b2bf2e89984b4a3bde4d54e7bc32c500daecbf75 Mon Sep 17 00:00:00 2001 From: ybw0014 Date: Wed, 11 Sep 2024 22:02:34 -0700 Subject: [PATCH 3/3] chore: update info --- frontend/public/repos.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/public/repos.json b/frontend/public/repos.json index eac52ad..ed74ee1 100644 --- a/frontend/public/repos.json +++ b/frontend/public/repos.json @@ -4,8 +4,7 @@ "alias": ["StarWishsama/Slimefun4:master"], "buildOptions": { "name": "Slimefun", - "version": "{git_commit}-Beta", - "customDir": "StarWishsama/Slimefun4/master" + "version": "{git_commit}-Beta" }, "displayOptions": { "officialList": true, @@ -27,8 +26,7 @@ "alias": ["StarWishsama/Slimefun4:release"], "buildOptions": { "name": "Slimefun", - "version": "{Year}.{Month}-release", - "customDir": "StarWishsama/Slimefun4/release" + "version": "{Year}.{Month}-release" }, "displayOptions": { "officialList": true,