From 3b9bd5d26762c00fbb4b1991a5c62457abf41437 Mon Sep 17 00:00:00 2001 From: ema Date: Sun, 17 Dec 2023 14:57:31 +0800 Subject: [PATCH] use IsRefreshExplorer for setup --- Build/MicaSetup/Program.cs | 2 +- Build/MicaSetup/Program.un.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Build/MicaSetup/Program.cs b/Build/MicaSetup/Program.cs index 525d10ab..c33fb21c 100644 --- a/Build/MicaSetup/Program.cs +++ b/Build/MicaSetup/Program.cs @@ -43,7 +43,7 @@ internal class Program option.IsUseRegistryPreferX86 = null!; option.IsAllowFullFolderSecurity = true; option.IsAllowFirewall = true; - option.IsRefreshExplorer = false; + option.IsRefreshExplorer = true; option.IsInstallCertificate = false; option.OverlayInstallRemoveExt = "exe,dll,pdb"; option.UnpackingPassword = null!; diff --git a/Build/MicaSetup/Program.un.cs b/Build/MicaSetup/Program.un.cs index bec72641..abeed41f 100644 --- a/Build/MicaSetup/Program.un.cs +++ b/Build/MicaSetup/Program.un.cs @@ -39,7 +39,7 @@ internal class Program option.IsCreateAsAutoRun = false; option.IsUseRegistryPreferX86 = null!; option.IsAllowFirewall = true; - option.IsRefreshExplorer = false; + option.IsRefreshExplorer = true; option.IsInstallCertificate = false; option.ExeName = @"BetterGI\BetterGI.exe"; option.KeyName = "BetterGI";