]> git.saurik.com Git - cydia.git/commitdiff
Don't strip the binary when releasing beta builds.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 29 Jan 2017 23:05:43 +0000 (15:05 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 29 Jan 2017 23:05:43 +0000 (15:05 -0800)
makefile

index 5ab1edb6aa33b7fec48af8e61d40ff7fff5e8826..6ea7f8571ad6ee009b99e1600aa4bca6e1a4304d 100644 (file)
--- 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] $@"