Skip to content

Commit ac81df8

Browse files
committed
Delete temp manifest file
1 parent b1c5bc7 commit ac81df8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LiveWriterPluginManager/Services/ZipService.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ await Task.Run(() =>
9191
zipFile.Save(outputFile);
9292
}
9393

94+
File.Delete(tempManifestFile);
95+
9496
tcs.SetResult(true);
9597
}
9698
catch

0 commit comments

Comments
 (0)