Skip to content

Commit

Permalink
Adapted release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ironjan committed Apr 26, 2017
1 parent f41b1a2 commit 7365ce2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
-

## [0.0.4]
- Refactoring
- Better Release workflow

## [0.0.3]
- Display the time left

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Add them to the project, place them in the Resources folder, and set them to
* No research done yet
* [ ] Then extend according to https://drive.google.com/drive/folders/0B6Tl_UdBt6QYWUtTSExzQ2toOHc ?
* Notifications: libnotify
* [ ] Adapt release script to bundle build with dlls in zip
* [X] Adapt release script to bundle build with dlls in zip
8 changes: 8 additions & 0 deletions build-release.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
#!/bin/bash
if [ $# -ne 1 ];
then
echo "Which tag should be built?"
exit 1;
fi
TAG=$1
git checkout $TAG
xbuild /p:Configuration=Release InteractiveOfficeClient.sln
7za InteractiveOfficeClient-$TAG.exe bin/Release/

0 comments on commit 7365ce2

Please sign in to comment.