diff --git a/scripts/package-zip.sh b/scripts/package-zip.sh index 215f42b3..7b07efd5 100755 --- a/scripts/package-zip.sh +++ b/scripts/package-zip.sh @@ -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