Skip to content

Commit

Permalink
restore file upload and MSI signing
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Jun 19, 2018
1 parent 198ef17 commit b57949f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ def upload(file, launcherVersion) {
sshagent (credentials: ['b5248b59-a193-4457-8459-e28e9eb29ed7']) {
sh "ssh -o StrictHostKeyChecking=no \
[email protected] mkdir -p files/pharo-launcher/tmp-${launcherVersion}"
sh "scp -o StrictHostKeyChecking=no \
${expandedFileName} \
[email protected]:files/pharo-launcher/tmp-${launcherVersion}"
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function package_windows_version() {
"$signtool" sign //f pharo-windows-certificate.p12 //p ${PHARO_CERT_PASSWORD} Pharo/PharoConsole.exe

cmd /c windows\\build-launcher-installer.bat
# "$signtool" sign //f pharo-windows-certificate.p12 //p ${PHARO_CERT_PASSWORD} pharo-launcher-${VERSION}.msi
"$signtool" sign //f pharo-windows-certificate.p12 //p ${PHARO_CERT_PASSWORD} pharo-launcher-${VERSION}.msi
rm pharo-windows-certificate.p12
}

Expand Down

0 comments on commit b57949f

Please sign in to comment.