Skip to content

Commit

Permalink
Tar up linux installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanl committed Feb 5, 2020
1 parent 09e2559 commit 0923814
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -11,6 +11,8 @@ linux:
$(DOCKER) run -it --rm --user $$(id -u):$$(id -g) \
-v `pwd`/:/home/build/src $(DOCKER_EXTRA) boundery-client-linux \
python3 setup.py linux --build
tar zcvf linux/boundery-linux-client.tar.gz --xform 's,^linux/,boundery-linux-client/,' \
linux/app* linux/Boundery*

#.PHONY: android
#android:
Expand Down

0 comments on commit 0923814

Please sign in to comment.