Skip to content

Commit

Permalink
Made Makefile strip binary before compressing archive
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockListed committed Jul 24, 2021
1 parent 5f791ff commit 7804704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dist: build_release

@mkdir ./pkg/$(NAME)-$(VERSION)/files
@cp target/release/$(EXEC) ./pkg/$(NAME)-$(VERSION)/files/
@strip ./pkg/$(NAME)-$(VERSION)/files/$(EXEC)

@cp LICENSE ./pkg/$(NAME)-$(VERSION)/

Expand Down

0 comments on commit 7804704

Please sign in to comment.