mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-24 06:49:44 -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
|
||||
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 New Issue
Block a user