hardcode main repo to api4 until release

This commit is contained in:
goat 2021-08-23 14:37:03 +02:00
parent 79a4f912c3
commit 0220e4391d
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -14,7 +14,8 @@ namespace Dalamud.Plugin.Internal
/// </summary>
internal partial class PluginRepository
{
private const string DalamudPluginsMasterUrl = "https://raw.githubusercontent.com/goatcorp/DalamudPlugins/master/pluginmaster.json";
// TODO: Change back to master after api4 release
private const string DalamudPluginsMasterUrl = "https://raw.githubusercontent.com/goatcorp/DalamudPlugins/api4/pluginmaster.json";
private static readonly ModuleLog Log = new("PLUGINR");