Mac supports language detection

This commit is contained in:
Tw93
2025-08-23 09:14:28 +08:00
parent fe78f88770
commit 42e39645a0

View File

@@ -2,7 +2,14 @@
"bundle": { "bundle": {
"icon": ["icons/weekly.icns"], "icon": ["icons/weekly.icns"],
"active": true, "active": true,
"macOS": {}, "macOS": {
"frameworks": [],
"minimumSystemVersion": "10.13",
"exceptionDomain": "",
"signingIdentity": null,
"hardenedRuntime": true,
"entitlements": null
},
"targets": ["dmg"] "targets": ["dmg"]
} }
} }