diff --git a/build/darwin/bundle.sh b/build/darwin/bundle.sh index 1fe91da1..7cebca54 100755 --- a/build/darwin/bundle.sh +++ b/build/darwin/bundle.sh @@ -62,5 +62,8 @@ else echo "Warning: icon.png not found at $ICON_PNG, bundling without icon" fi +# Ad-hoc sign so macOS shows "unverified developer" instead of "damaged" +codesign --force --deep -s - "$APP_DIR" + echo "Created $APP_DIR (version: $VERSION)" echo "To run: open $APP_DIR"