Expose the InstalledFromUrl as SourceRepository in the DalamudPluginInterface.

This commit is contained in:
Ottermandias 2022-10-18 15:05:21 +02:00
parent 1c5383a335
commit 722564c19d
2 changed files with 9 additions and 2 deletions

View file

@ -400,7 +400,7 @@ internal class LocalPlugin : IDisposable
new PluginPatchData(this.DllFile);
this.DalamudInterface =
new DalamudPluginInterface(this.pluginAssembly.GetName().Name!, this.DllFile, reason, this.IsDev);
new DalamudPluginInterface(this.pluginAssembly.GetName().Name!, this.DllFile, reason, this.IsDev, this.Manifest.InstalledFromUrl );
if (this.Manifest.LoadSync && this.Manifest.LoadRequiredState is 0 or 1)
{