Merge pull request #568 from daemitus/devUpdate

update dev plugin workflow + bugfix
This commit is contained in:
goaaats 2021-09-14 20:52:40 +02:00 committed by GitHub
commit 56d1ad0bc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 13 deletions

View file

@ -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