From eb0ce659d906b03ec42b9419ff370c6200a5ec29 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Tue, 07 Jul 2026 15:13:13 +0800
Subject: [PATCH] release: rebuild 8.3.6 app store package permissions
---
C1.source/build.sh | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/C1.source/build.sh b/C1.source/build.sh
index 7cd66d7..ffc188b 100644
--- a/C1.source/build.sh
+++ b/C1.source/build.sh
@@ -317,6 +317,9 @@
echo "==> Setting permissions..."
chmod +x "$MACOS_DIR/$APP_NAME"
+find "$APP_BUNDLE" -type d -exec chmod 755 {} +
+find "$APP_BUNDLE" -type f -exec chmod 644 {} +
+chmod 755 "$MACOS_DIR/$APP_NAME"
echo "==> Stripping debug symbols..."
strip -x "$MACOS_DIR/$APP_NAME"
--
Gitblit v1.9.3