From e7c428d3e28edaf78bcaf918a7fb6a140169b39c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 28 Sep 2020 17:36:13 +0200 Subject: [PATCH] makefile: fix filename of resulting windows zip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01c164ae90..00d30b8076 100644 --- a/Makefile +++ b/Makefile @@ -393,7 +393,7 @@ endif echo -e $(BUILD_MSG) "zip" mkdir -p pkg cd tmp/windows/dist/Status && \ - 7z a ../../../../pkg/Status.zip * + 7z a ../../../../$(STATUS_CLIENT_ZIP) * pkg: $(PKG_TARGET)