[MM-19515] Sign electron builder executable (#1076)
* signing electronbuilder exe * remove testing branch
This commit is contained in:
@@ -448,10 +448,10 @@ function Remove-Cert {
|
|||||||
function Run-Build {
|
function Run-Build {
|
||||||
Check-Deps -Verbose -Throwable
|
Check-Deps -Verbose -Throwable
|
||||||
Prepare-Path
|
Prepare-Path
|
||||||
|
Get-Cert
|
||||||
Run-BuildId
|
Run-BuildId
|
||||||
Run-BuildChangelog
|
Run-BuildChangelog
|
||||||
Run-BuildElectron
|
Run-BuildElectron
|
||||||
Get-Cert
|
|
||||||
Run-BuildForceSignature
|
Run-BuildForceSignature
|
||||||
Run-BuildLicense
|
Run-BuildLicense
|
||||||
Run-BuildMsi
|
Run-BuildMsi
|
||||||
@@ -498,6 +498,12 @@ function Main {
|
|||||||
"debug" {
|
"debug" {
|
||||||
Enable-AppVeyorRDP
|
Enable-AppVeyorRDP
|
||||||
}
|
}
|
||||||
|
"install-cert" {
|
||||||
|
Get-Cert
|
||||||
|
}
|
||||||
|
"remove-cert" {
|
||||||
|
Remove-Cert
|
||||||
|
}
|
||||||
default {
|
default {
|
||||||
Print-Error "Makefile argument ""$_"" is invalid. Build process aborted."
|
Print-Error "Makefile argument ""$_"" is invalid. Build process aborted."
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user