mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove Wait on create uninstaller reg entry call
This commit is contained in:
parent
fd4f0f631b
commit
be8da8035e
1 changed files with 2 additions and 1 deletions
|
|
@ -128,7 +128,8 @@ namespace Wox.Core.Configuration
|
|||
.CreateSubKey(uninstallRegSubKey + "\\" + applicationName, RegistryKeyPermissionCheck.ReadWriteSubTree);
|
||||
key.SetValue("DisplayIcon", Constant.ApplicationDirectory + "\\app.ico", RegistryValueKind.String);
|
||||
|
||||
portabilityUpdater.CreateUninstallerRegistryEntry().Wait();
|
||||
portabilityUpdater.CreateUninstallerRegistryEntry();
|
||||
}
|
||||
|
||||
public void IndicateDeletion(string filePathTodelete)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue