mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
hardcode main repo to api4 until release
This commit is contained in:
parent
79a4f912c3
commit
0220e4391d
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ namespace Dalamud.Plugin.Internal
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal partial class PluginRepository
|
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");
|
private static readonly ModuleLog Log = new("PLUGINR");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue