Skip to content

Commit

Permalink
Merge pull request onionshare#1539 from egypcio/compress-tgz
Browse files Browse the repository at this point in the history
Actually compress the tarball, using tar with -z
  • Loading branch information
micahflee authored Mar 6, 2022
2 parents 2588fb0 + 544bdca commit 4e6d31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../..
Expand Down

0 comments on commit 4e6d31e

Please sign in to comment.