use IsRefreshExplorer for setup

This commit is contained in:
ema 2023-12-17 14:57:31 +08:00
parent 848fe90180
commit 3b9bd5d267
2 changed files with 2 additions and 2 deletions

View File

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

View File

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