Skip to content

Commit

Permalink
added output of platform to package-zip.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Apr 21, 2017
1 parent e3e3693 commit 9fdb198
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/package-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ elif [[ $platform == "cygwin"* ]]; then
exit 1
fi

echo "Platform is: $platform"

if [[ $platform == "windows"* ]]; then
7z a "activitywatch-${platform}.zip" activitywatch;
else
Expand Down

0 comments on commit 9fdb198

Please sign in to comment.