You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Resetting PSModulePath is necessary https://github.com/electron-userland/electron-builder/issues/7127
11
+
// semicolon wont terminate the set command and run chcp thus leading to verification errors on certificats with special chars like german umlauts, so rather
12
+
// join commands using & https://github.com/electron-userland/electron-builder/issues/8162
// Resetting PSModulePath is necessary https://github.com/electron-userland/electron-builder/issues/7127
36
-
// semicolon wont terminate the set command and run chcp thus leading to verification errors on certificats with special chars like german umlauts, so rather
37
-
// join commands using & https://github.com/electron-userland/electron-builder/issues/8162
`Cannot execute ConvertTo-Json: ${testError.message}. Ignoring signature validation due to unsupported powershell version. Please upgrade to powershell 3 or higher.`
0 commit comments