Change minimumSystemVersion to only apply for MAS (#1428)
This commit is contained in:
parent
37e9523f00
commit
3b2427e913
|
@ -81,7 +81,6 @@
|
|||
"mac": {
|
||||
"electronUpdaterCompatibility": ">=0.0.1",
|
||||
"category": "public.app-category.productivity",
|
||||
"minimumSystemVersion": "10.14",
|
||||
"darkModeSupport": true,
|
||||
"gatekeeperAssess": false,
|
||||
"hardenedRuntime": true,
|
||||
|
@ -186,7 +185,8 @@
|
|||
"mas": {
|
||||
"entitlements": "resources/entitlements.mas.plist",
|
||||
"entitlementsInherit": "resources/entitlements.mas.inherit.plist",
|
||||
"hardenedRuntime": false
|
||||
"hardenedRuntime": false,
|
||||
"minimumSystemVersion": "10.14"
|
||||
},
|
||||
"nsisWeb": {
|
||||
"oneClick": false,
|
||||
|
|
Loading…
Reference in New Issue