mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-09 19:27:28 -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
|
||||
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 ../..
|
||||
|
|
Loading…
Reference in a new issue