From 593fa0012840e30b4d62bd096e9bb3c7da904726 Mon Sep 17 00:00:00 2001 From: Olivier Biesmans Date: Thu, 21 Nov 2019 17:02:50 +0100 Subject: [PATCH] Fix upx --- hack/upx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/upx.sh b/hack/upx.sh index c09bd8a..715bc57 100755 --- a/hack/upx.sh +++ b/hack/upx.sh @@ -8,4 +8,4 @@ if [ "$(which upx)" = "" ]; then exit 0 fi -upx -1 dist/{darwin_amd64,linux_amd64}/cck +upx -1 dist/{contactkey_darwin_amd64,contactkey_linux_amd64}/cck