Fixed output archive path

This commit is contained in:
Andrei Smirnov 2021-09-15 11:50:19 +03:00 committed by Iuri Matias
parent fce910bd4a
commit 343f4ffee3
1 changed files with 1 additions and 1 deletions

View File

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