mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
feat: switch branch for plugin repo until api level 3 transition
This commit is contained in:
parent
5767686821
commit
0fadeb9a05
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ using Serilog;
|
|||
namespace Dalamud.Plugin
|
||||
{
|
||||
internal class PluginRepository {
|
||||
private string PluginMasterUrl => "https://goatcorp.github.io/DalamudPlugins/pluginmaster.json";
|
||||
private string PluginMasterUrl => "https://raw.githubusercontent.com/goatcorp/DalamudPlugins/api3/pluginmaster.json";
|
||||
|
||||
private readonly Dalamud dalamud;
|
||||
private string pluginDirectory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue