diff --git a/build-source.sh b/build-source.sh index f3d19f15..7ca9e462 100755 --- a/build-source.sh +++ b/build-source.sh @@ -65,7 +65,7 @@ git checkout $TAG # Delete .git, compress, and PGP sign cd .. rm -rf onionshare/.git -tar -cf onionshare-$VERSION.tar.gz onionshare/ +tar -czf onionshare-$VERSION.tar.gz onionshare/ # Move source package to dist cd ../..