update nsis script to make installed start menu link use icon #434

Merged
erinn merged 2 commits from nsi into master 2020-11-28 02:43:57 +00:00
1 changed files with 13 additions and 0 deletions
Showing only changes of commit 9cc81b1f29 - Show all commits

View File

@ -98,6 +98,19 @@ pipeline:
- zip -r $FILENAME cwtch
- sha256sum $FILENAME > $FILENAME.sha256
- rm -r cwtch
package-windows:
mem_limit: 3G
image: hp41/nsis:latest
when:
repo: cwtch.im/ui
branch: [ master, windows_build ]
event: push
environment:
commands:
- cd deploy
- cp ./../nsis/cwtch-installer.nsi .
- makensis -v 3 cwtch-installer.nsi
- mv cwtch-installer.exe windows
deploy-buildfiles:
image: pivotaldata/concourse-ssh
secrets: [buildfiles_key]