build: 苹果Developer ID签名配置+icns图标(签名身份 bei sun 825A9L3G7Q·本机装机验通)

This commit is contained in:
冰朔 2026-08-16 00:58:16 +08:00
commit 1b2ed649e9
2 changed files with 6 additions and 2 deletions

View file

@ -28,9 +28,13 @@
"active": true, "active": true,
"targets": "all", "targets": "all",
"icon": [ "icon": [
"icons/icon.icns",
"icons/icon.png" "icons/icon.png"
], ],
"createUpdaterArtifacts": false, "createUpdaterArtifacts": false,
"category": "Productivity" "category": "Productivity",
"macOS": {
"signingIdentity": "Developer ID Application: bei sun (825A9L3G7Q)"
}
} }
} }