add adhoc code signing

This commit is contained in:
Gareth
2026-03-11 14:17:04 -07:00
parent 28a0c188c7
commit 17e85d4cf6
+3
View File
@@ -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"