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": {
"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,