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"