From 07529bf3e2fa907b0d8fdfdcf40ed5d7c44e3c06 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Thu, 14 Dec 2017 00:36:48 +0100 Subject: [PATCH] Fix release make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68ed44e..d7c5852 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ release: clean set-build deps format # @upx --brute build/${APP_NAME}-win-amd64 || upx-ucl --brute build/${APP_NAME}-win-amd64 || echo -e "$(WARN_COLOR)==> No tools found to compress binary.$(NO_COLOR)" @echo -e "$(OK_COLOR)==> Archiving ...$(NO_COLOR)" - @tar -zcvf build/$(ARCHIVE) LICENSE README.md build/ + @tar -zcvf build/$(ARCHIVE) LICENSE README.md build/$(APP_NAME)-* clean: @if [ -x $(APP_NAME) ]; then rm $(APP_NAME); fi