Skip to content

Commit

Permalink
Fix release make
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk committed Dec 13, 2017
1 parent 16659d2 commit 07529bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07529bf

Please sign in to comment.