diff options
Diffstat (limited to 'package.bash')
-rwxr-xr-x | package.bash | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.bash b/package.bash index aeb52b2..61df904 100755 --- a/package.bash +++ b/package.bash @@ -3,6 +3,5 @@ set -eux tag=$(git describe --tags) -cd gocryptfs_main go build -tar czvf ../gocryptfs_$tag.tar.gz gocryptfs gocryptfs_main +tar czvf gocryptfs_$tag.tar.gz gocryptfs |