mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
FIx format
This commit is contained in:
parent
a6c038ff5a
commit
c33f72db7e
1 changed files with 2 additions and 2 deletions
|
|
@ -563,8 +563,8 @@ namespace Flow.Launcher.Core.Plugin
|
|||
|
||||
public static async Task UpdatePluginAsync(PluginMetadata existingVersion, UserPlugin newVersion, string zipFilePath)
|
||||
{
|
||||
InstallPlugin(newVersion, zipFilePath, checkModified:false);
|
||||
await UninstallPluginAsync(existingVersion, removePluginFromSettings:false, removePluginSettings:false, checkModified: false);
|
||||
InstallPlugin(newVersion, zipFilePath, checkModified: false);
|
||||
await UninstallPluginAsync(existingVersion, removePluginFromSettings: false, removePluginSettings: false, checkModified: false);
|
||||
ModifiedPlugins.Add(existingVersion.ID);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue