mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
fix(PluginInstallerWindow): use task for single update, correct error handling
This commit is contained in:
parent
112833be8b
commit
0cb0bff714
2 changed files with 30 additions and 7 deletions
|
|
@ -635,7 +635,7 @@ namespace Dalamud.Plugin.Internal
|
|||
{
|
||||
InternalName = plugin.Manifest.InternalName,
|
||||
Name = plugin.Manifest.Name,
|
||||
Version = metadata.UseTesting ? metadata.UpdateManifest.TestingAssemblyVersion : metadata.UpdateManifest.AssemblyVersion
|
||||
Version = metadata.UseTesting ? metadata.UpdateManifest.TestingAssemblyVersion : metadata.UpdateManifest.AssemblyVersion,
|
||||
};
|
||||
|
||||
if (dryRun)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue