removed dmg build step

This commit is contained in:
DJ2LS 2023-01-21 15:54:16 +01:00
parent 432d091c97
commit 7f7061dae3

View file

@ -64,25 +64,17 @@
"buildResources": "build",
"output": "dist"
},
"dmg": {
"icon": "build/icon.png",
"contents": [
{
"x": 130,
"y": 220
},
{
"x": 410,
"y": 220,
"type": "link",
"path": "/Applications"
}
"mac": {
"target": [
"default"
],
"icon": "build/icon.png",
"hardenedRuntime": true,
"entitlements": "build/entitlements.plist",
"entitlementsInherit": "build/entitlements.plist",
"gatekeeperAssess": false
},
"win": {
"icon": "build/icon.png",
"target": [