Harden release packaging

This commit is contained in:
2026-08-14 14:25:50 -04:00
parent 991867fef0
commit b7faf0ac70
+3 -1
View File
@@ -15,7 +15,9 @@ if [[ ! -d "$APP_PATH" ]]; then
"$PROJECT_DIR/scripts/build-app.sh" "$PROJECT_DIR/scripts/build-app.sh"
fi fi
ditto "$APP_PATH" "$STAGING_DIR/Task Manager.app" ditto --norsrc "$APP_PATH" "$STAGING_DIR/Task Manager.app"
xattr -cr "$STAGING_DIR/Task Manager.app"
codesign --verify --deep --strict "$STAGING_DIR/Task Manager.app"
ln -s /Applications "$STAGING_DIR/Applications" ln -s /Applications "$STAGING_DIR/Applications"
hdiutil create \ hdiutil create \