Change minimumSystemVersion to only apply for MAS (#1428)

This commit is contained in:
Oscar Hinton 2022-03-22 18:43:37 +01:00 committed by Chad Scharf
parent b10f2c0563
commit d6ff48ffb9
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,6 @@
"mac": { "mac": {
"electronUpdaterCompatibility": ">=0.0.1", "electronUpdaterCompatibility": ">=0.0.1",
"category": "public.app-category.productivity", "category": "public.app-category.productivity",
"minimumSystemVersion": "10.14",
"darkModeSupport": true, "darkModeSupport": true,
"gatekeeperAssess": false, "gatekeeperAssess": false,
"hardenedRuntime": true, "hardenedRuntime": true,
@ -186,7 +185,8 @@
"mas": { "mas": {
"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"
}, },
"nsisWeb": { "nsisWeb": {
"oneClick": false, "oneClick": false,