mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-15 20:37:42 +01:00
Merge pull request #568 from daemitus/devUpdate
update dev plugin workflow + bugfix
This commit is contained in:
commit
56d1ad0bc1
2 changed files with 30 additions and 13 deletions
|
|
@ -1361,7 +1361,7 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
{
|
||||
this.installStatus = OperationStatus.InProgress;
|
||||
|
||||
Task.Run(() => pluginManager.UpdateSinglePluginAsync(update, true, false))
|
||||
Task.Run(async () => await pluginManager.UpdateSinglePluginAsync(update, true, false))
|
||||
.ContinueWith(task =>
|
||||
{
|
||||
// There is no need to set as Complete for an individual plugin installation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue