mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-25 17:21:34 +00:00
boxdd: Fix windows update
This commit is contained in:
@@ -227,7 +227,6 @@ func createUpdateInstallerProcess(token windows.Token, installerPath string) (wi
|
||||
commandLine, err := windows.UTF16FromString(windows.ComposeCommandLine([]string{
|
||||
installerPath,
|
||||
"--updated",
|
||||
"/S",
|
||||
"--force-run",
|
||||
}))
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user