summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xandroid/apk/make-unsigned-apk.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/apk/make-unsigned-apk.sh b/android/apk/make-unsigned-apk.sh
index f6a2e9739..3bc4009fe 100755
--- a/android/apk/make-unsigned-apk.sh
+++ b/android/apk/make-unsigned-apk.sh
@@ -18,4 +18,4 @@ cp "$CLASSES_DEX" "$D/apk/"
cp "$RESOURCES_APK" "$UNSIGNED_APK"
cd "$D/apk"
-exec zip -q -r "../`basename $UNSIGNED_APK`" .
+exec zip -q -r -X "../`basename $UNSIGNED_APK`" .