repos new

This commit is contained in:
2024-07-06 07:00:27 +03:00
parent 1ba9d90860
commit bb3d7fbeb3
2 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -57,9 +57,9 @@ fs.readdir("./plugins", (err, files) => {
DownloadCount: 69420,
IsTestingExclusive: "False",
CategoryTags: pluginJson.CategoryTags ?? categoryFallbacks[pluginJson.InternalName],
DownloadLinkInstall: `https://gitea.vrcp.pm/aRkker/aRkker-XIV-Plugins/src/branch/master/plugins/${pluginJson.InternalName}/latest.zip`,
DownloadLinkTesting: `https://gitea.vrcp.pm/aRkker/aRkker-XIV-Plugins/src/branch/master/plugins/${pluginJson.InternalName}/latest.zip`,
DownloadLinkUpdate: `https://gitea.vrcp.pm/aRkker/aRkker-XIV-Plugins/src/branch/master/plugins/${pluginJson.InternalName}/latest.zip`,
DownloadLinkInstall: `https://gitea.vrcp.pm/aRkker/aRkker-XIV-Plugins/raw/branch/master/plugins/${pluginJson.InternalName}/latest.zip`,
DownloadLinkTesting: `https://gitea.vrcp.pm/aRkker/aRkker-XIV-Plugins/raw/branch/master/plugins/${pluginJson.InternalName}/latest.zip`,
DownloadLinkUpdate: `https://gitea.vrcp.pm/aRkker/aRkker-XIV-Plugins/raw/branch/master/plugins/${pluginJson.InternalName}/latest.zip`,
};
masterJson.push(masterJsonInsert);