Ariver
2026-07-07 eb0ce659d906b03ec42b9419ff370c6200a5ec29
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"