Skip to content

Commit

Permalink
Add debug.bin
Browse files Browse the repository at this point in the history
  • Loading branch information
angt committed Jan 6, 2017
1 parent 09d1932 commit e1b4c6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ cd ..
[ -x glorytun ] || exit 1

mkdir -p deploy

cp glorytun deploy/glorytun-$(cat VERSION)-$(uname -m).debug.bin

strip -s glorytun
mv glorytun deploy/glorytun-$(cat VERSION)-$(uname -m).bin
cp glorytun deploy/glorytun-$(cat VERSION)-$(uname -m).bin

0 comments on commit e1b4c6a

Please sign in to comment.