2021-09-05 16:57:05 +02:00
|
|
|
{
|
|
|
|
"productName": "Whalebird",
|
|
|
|
"appId": "org.whalebird.desktop",
|
|
|
|
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
|
|
|
|
"directories": {
|
|
|
|
"output": "build"
|
|
|
|
},
|
|
|
|
"extraResources": [
|
|
|
|
"build/sounds/*",
|
|
|
|
"build/icons/*"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"dist/electron/**/*",
|
|
|
|
"build/icons/*"
|
|
|
|
],
|
|
|
|
"afterSign": "build/notarize.js",
|
|
|
|
"dmg": {
|
|
|
|
"sign": false,
|
|
|
|
"contents": [
|
|
|
|
{
|
|
|
|
"x": 410,
|
|
|
|
"y": 150,
|
|
|
|
"type": "link",
|
|
|
|
"path": "/Applications"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"x": 130,
|
|
|
|
"y": 150,
|
|
|
|
"type": "file"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"mac": {
|
|
|
|
"icon": "build/icons/icon.icns",
|
|
|
|
"target": [
|
|
|
|
{
|
|
|
|
"target": "dmg",
|
|
|
|
"arch": [
|
|
|
|
"x64",
|
|
|
|
"arm64",
|
|
|
|
"universal"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"category": "public.app-category.social-networking",
|
|
|
|
"entitlements": "plist/entitlements.mac.plist",
|
|
|
|
"entitlementsInherit": "plist/entitlements.mac.plist",
|
|
|
|
"hardenedRuntime": true,
|
|
|
|
"gatekeeperAssess": false
|
|
|
|
},
|
|
|
|
"win": {
|
|
|
|
"icon": "build/icons/icon.ico",
|
|
|
|
"target": "nsis"
|
|
|
|
},
|
|
|
|
"nsis": {
|
|
|
|
"oneClick": false,
|
|
|
|
"allowToChangeInstallationDirectory": true
|
|
|
|
},
|
|
|
|
"linux": {
|
|
|
|
"icon": "build/icons",
|
|
|
|
"target": [
|
|
|
|
{
|
|
|
|
"target": "AppImage",
|
|
|
|
"arch": [
|
|
|
|
"x64"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"target": "deb",
|
|
|
|
"arch": [
|
2022-01-03 15:15:59 +01:00
|
|
|
"x64"
|
2021-09-05 16:57:05 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"target": "rpm",
|
|
|
|
"arch": [
|
2022-01-03 15:15:59 +01:00
|
|
|
"x64"
|
2021-09-05 16:57:05 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"target": "tar.bz2",
|
|
|
|
"arch": [
|
|
|
|
"x64",
|
|
|
|
"ia32",
|
|
|
|
"armv7l",
|
|
|
|
"arm64"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"target": "snap",
|
|
|
|
"arch": [
|
|
|
|
"x64"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"category": "Network"
|
|
|
|
}
|
|
|
|
}
|