Skip to content

Commit

Permalink
added msi release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
bonny1992 committed Feb 27, 2018
1 parent 489b5cd commit 96e2477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: csharp
solution: YourNameHere.sln
before_deploy:
- zip releases/YourNameHere.zip YourNameHere/bin/Release/*
- apt-get install msitools
- sudo apt-get -qq update
- sudo apt-get install -y msitools
- msi-packager YourNameHere/bin/Release releases/YourNameHere.msi -n=YourNameHere -v=1.1 -m=Bonny1992 -u=$guid.secure -i=YourNameHere/ynh-icon.ico -e=YourNameHere.exe -l
deploy:
provider: releases
Expand Down

0 comments on commit 96e2477

Please sign in to comment.