mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-10 19:58:52 -05:00
Merge pull request #1539 from egypcio/compress-tgz
Actually compress the tarball, using tar with -z
This commit is contained in:
commit
f89723a738
@ -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…
x
Reference in New Issue
Block a user