Removed comments

This commit is contained in:
Robin 2016-08-15 18:05:38 +02:00
parent ec1e80cf45
commit aa9cad2588

View file

@ -57,6 +57,8 @@ Function PrepareCertificate() {
$decodedContentBytes | set-content "greenshot.pfx" -encoding byte $decodedContentBytes | set-content "greenshot.pfx" -encoding byte
$certutilArguments = @('-p', $env:CertificatePassword, '-importpfx', "greenshot.pfx") $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 Start-Process -wait certutil -ArgumentList $certutilArguments -NoNewWindow
} }
@ -328,17 +330,17 @@ echo "Preparing certificate"
PrepareCertificate PrepareCertificate
echo "Signing executables" echo "Signing executables"
#SignBinaryFilesBeforeBuildingInstaller SignBinaryFilesBeforeBuildingInstaller
echo "Generating Installer" echo "Generating Installer"
#PackageInstaller PackageInstaller
echo "Generating ZIP" echo "Generating ZIP"
#PackageZip PackageZip
echo "Generating Portable" echo "Generating Portable"
PackagePortable PackagePortable
echo "Generating Debug Symbols ZIP" echo "Generating Debug Symbols ZIP"
#PackageDbgSymbolsZip PackageDbgSymbolsZip