From aa9cad2588207acc640cfa28ae4873a6fe76cc7a Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 15 Aug 2016 18:05:38 +0200 Subject: [PATCH] Removed comments --- build.ps1 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/build.ps1 b/build.ps1 index 7452d87f6..0f59f5a3f 100644 --- a/build.ps1 +++ b/build.ps1 @@ -57,6 +57,8 @@ Function PrepareCertificate() { $decodedContentBytes | set-content "greenshot.pfx" -encoding byte $certutilArguments = @('-p', $env:CertificatePassword, '-importpfx', "greenshot.pfx") + Import-PfxCertificate –FilePath C:\mypfx.pfx cert:\localMachine\my -Password $env:CertificatePassword + Start-Process -wait certutil -ArgumentList $certutilArguments -NoNewWindow } @@ -328,17 +330,17 @@ echo "Preparing certificate" PrepareCertificate echo "Signing executables" -#SignBinaryFilesBeforeBuildingInstaller +SignBinaryFilesBeforeBuildingInstaller echo "Generating Installer" -#PackageInstaller +PackageInstaller echo "Generating ZIP" -#PackageZip +PackageZip echo "Generating Portable" PackagePortable echo "Generating Debug Symbols ZIP" -#PackageDbgSymbolsZip +PackageDbgSymbolsZip