Fix Mac App Store minimumSystemVersion (#1453)
This commit is contained in:
parent
21167301f1
commit
cbadcccc85
|
@ -187,7 +187,9 @@
|
||||||
"entitlements": "resources/entitlements.mas.plist",
|
"entitlements": "resources/entitlements.mas.plist",
|
||||||
"entitlementsInherit": "resources/entitlements.mas.inherit.plist",
|
"entitlementsInherit": "resources/entitlements.mas.inherit.plist",
|
||||||
"hardenedRuntime": false,
|
"hardenedRuntime": false,
|
||||||
"minimumSystemVersion": "10.14"
|
"extendInfo": {
|
||||||
|
"LSMinimumSystemVersion": "10.14.0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"nsisWeb": {
|
"nsisWeb": {
|
||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
|
|
Loading…
Reference in New Issue