summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2017-01-29 15:05:43 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2017-01-29 15:05:43 -0800
commit01c1b94c09355e8ac95086b783a8b141f3d7e4f8 (patch)
tree870d4b240747f29fed04199df5b5a1acb6eefb92
parente5f70bc138d8a794fffa6e33801dba160189001d (diff)
Don't strip the binary when releasing beta builds.
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 5ab1edb..6ea7f85 100644
--- a/makefile
+++ b/makefile
@@ -180,7 +180,7 @@ MobileCydia: sysroot $(object) entitlements.xml Objects/libapt64.a
@mkdir -p bins
@cp -a $@ bins/$@-$(version)
@echo "[strp] $@"
- @strip $@
+ @grep '~' <<<"$(version)" >/dev/null && echo "skipping..." || strip $@
@echo "[uikt] $@"
@./uikit.sh $@
@echo "[sign] $@"