Skip to content

Commit 3772b74

Browse files
committed
MG-388 increase compression tax
1 parent c529d83 commit 3772b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ case $1 in
3737
-ldflags "-X github.com/mageddo/dns-proxy-server/flags.version=$VERSION" && \
3838
cp -r ../static ../build/ && \
3939
cd ../build/ && \
40-
tar -cvf dns-proxy-server-$VERSION.tgz * && \
40+
tar -czvf dns-proxy-server-$VERSION.tgz * && \
4141
cd ../
4242

4343
echo "build success"

0 commit comments

Comments
 (0)