✨ Mac supports language detection
This commit is contained in:
@@ -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"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user