mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-24 23:09:42 -05:00
Merge pull request #1539 from egypcio/compress-tgz
Actually compress the tarball, using tar with -z
This commit is contained in:
commit
4e6d31ed46
@ -65,7 +65,7 @@ git checkout $TAG
|
|||||||
# Delete .git, compress, and PGP sign
|
# Delete .git, compress, and PGP sign
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf onionshare/.git
|
rm -rf onionshare/.git
|
||||||
tar -cf onionshare-$VERSION.tar.gz onionshare/
|
tar -czf onionshare-$VERSION.tar.gz onionshare/
|
||||||
|
|
||||||
# Move source package to dist
|
# Move source package to dist
|
||||||
cd ../..
|
cd ../..
|
||||||
|
Loading…
Reference in New Issue
Block a user