From 343f4ffee36131b1610c342e8bf6315d42e94036 Mon Sep 17 00:00:00 2001 From: Andrei Smirnov Date: Wed, 15 Sep 2021 11:50:19 +0300 Subject: [PATCH] Fixed output archive path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c98a4b01a7..33718a8c64 100644 --- a/Makefile +++ b/Makefile @@ -434,7 +434,7 @@ ifdef WINDOWS_CODESIGN_PFX_PATH endif echo -e $(BUILD_MSG) "7z" rm $(OUTPUT)/status.iss - 7z a $(INSTALLER_OUTPUT)/$(STATUS_CLIENT_7Z) ./$(OUTPUT) + 7z a $(STATUS_CLIENT_7Z) ./$(OUTPUT) pkg: $(PKG_TARGET)