mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 02:32:58 -03:00
Merge pull request #1539 from egypcio/compress-tgz
Actually compress the tarball, using tar with -z
This commit is contained in:
commit
4e6d31ed46
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue