From e1b4c6aafcde207b7ab896015176b724b872ea69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Fri, 6 Jan 2017 11:02:09 +0000 Subject: [PATCH] Add debug.bin --- .build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.build.sh b/.build.sh index 1138050..a754fbb 100755 --- a/.build.sh +++ b/.build.sh @@ -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