123456789101112131415161718 |
- {
- "tauri": {
- "systemTray": {
- "iconPath": "icons/mac-tray-icon.png",
- "iconAsTemplate": true
- },
- "bundle": {
- "targets": ["app", "dmg", "updater"],
- "macOS": {
- "frameworks": [],
- "minimumSystemVersion": "10.15",
- "exceptionDomain": "",
- "signingIdentity": null,
- "entitlements": null
- }
- }
- }
- }
|