From: Jay Freeman (saurik) Date: Sun, 29 Jan 2017 23:05:43 +0000 (-0800) Subject: Don't strip the binary when releasing beta builds. X-Git-Tag: v1.1.28%b7~1 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/01c1b94c09355e8ac95086b783a8b141f3d7e4f8 Don't strip the binary when releasing beta builds. --- diff --git a/makefile b/makefile index 5ab1edb6..6ea7f857 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] $@"