boxdd: Fix windows update

This commit is contained in:
世界
2026-07-21 14:06:08 +08:00
parent 888db04e17
commit e17da33107
-1
View File
@@ -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 {