Skip to content

Commit

Permalink
Added creation of 'version' file near binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatito committed Jan 11, 2022
1 parent d926155 commit 2c6b65f
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 @@ -34,6 +34,7 @@ $(ZIP_FILE):
mkdir -p $(NAME)/resources/bin
for arch in $(ARCHS); do \
cp -r `pwd`/$(DEV)/resources/bin/$$arch $(NAME)/resources/bin/$$arch; \
echo "v$(VERSION)" >> $(NAME)/resources/bin/$$arch/version; \
zip -9 -r -g $(ZIP_FILE) $(NAME)/resources/bin/$$arch; \
done
rm -rf $(NAME)
Expand Down

0 comments on commit 2c6b65f

Please sign in to comment.