makefile: fix filename of resulting windows zip

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-09-28 17:36:13 +02:00 committed by Jakub
parent 968923e8be
commit e7c428d3e2
1 changed files with 1 additions and 1 deletions

View File

@ -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)