mirror of
https://github.com/babalae/better-genshin-impact
synced 2025-01-09 04:19:47 +08:00
use IsRefreshExplorer for setup
This commit is contained in:
parent
848fe90180
commit
3b9bd5d267
@ -43,7 +43,7 @@ internal class Program
|
|||||||
option.IsUseRegistryPreferX86 = null!;
|
option.IsUseRegistryPreferX86 = null!;
|
||||||
option.IsAllowFullFolderSecurity = true;
|
option.IsAllowFullFolderSecurity = true;
|
||||||
option.IsAllowFirewall = true;
|
option.IsAllowFirewall = true;
|
||||||
option.IsRefreshExplorer = false;
|
option.IsRefreshExplorer = true;
|
||||||
option.IsInstallCertificate = false;
|
option.IsInstallCertificate = false;
|
||||||
option.OverlayInstallRemoveExt = "exe,dll,pdb";
|
option.OverlayInstallRemoveExt = "exe,dll,pdb";
|
||||||
option.UnpackingPassword = null!;
|
option.UnpackingPassword = null!;
|
||||||
|
@ -39,7 +39,7 @@ internal class Program
|
|||||||
option.IsCreateAsAutoRun = false;
|
option.IsCreateAsAutoRun = false;
|
||||||
option.IsUseRegistryPreferX86 = null!;
|
option.IsUseRegistryPreferX86 = null!;
|
||||||
option.IsAllowFirewall = true;
|
option.IsAllowFirewall = true;
|
||||||
option.IsRefreshExplorer = false;
|
option.IsRefreshExplorer = true;
|
||||||
option.IsInstallCertificate = false;
|
option.IsInstallCertificate = false;
|
||||||
option.ExeName = @"BetterGI\BetterGI.exe";
|
option.ExeName = @"BetterGI\BetterGI.exe";
|
||||||
option.KeyName = "BetterGI";
|
option.KeyName = "BetterGI";
|
||||||
|
Loading…
Reference in New Issue
Block a user