mirror of
https://github.com/babalae/better-genshin-impact
synced 2025-01-08 11:57:53 +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.IsAllowFullFolderSecurity = true;
|
||||
option.IsAllowFirewall = true;
|
||||
option.IsRefreshExplorer = false;
|
||||
option.IsRefreshExplorer = true;
|
||||
option.IsInstallCertificate = false;
|
||||
option.OverlayInstallRemoveExt = "exe,dll,pdb";
|
||||
option.UnpackingPassword = null!;
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user