aboutsummaryrefslogtreecommitdiff
path: root/lib/Utils.Cryptography/monocypher
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Utils.Cryptography/monocypher')
-rw-r--r--lib/Utils.Cryptography/monocypher/Taskfile.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils.Cryptography/monocypher/Taskfile.yaml b/lib/Utils.Cryptography/monocypher/Taskfile.yaml
index 8619d2c..de4278f 100644
--- a/lib/Utils.Cryptography/monocypher/Taskfile.yaml
+++ b/lib/Utils.Cryptography/monocypher/Taskfile.yaml
@@ -96,7 +96,7 @@ tasks:
dir: '{{.USER_WORKING_DIR}}'
cmds:
#pack monocypher source code and create the archive
- - powershell -Command "tar --exclude build/* --exclude bin/* --exclude .git/* -cvf 'bin/src.tgz' ."
+ - powershell -Command "tar --exclude build/* --exclude bin/* --exclude .git/* -czvf 'bin/src.tgz' ."
clean:
ignore_error: true