mirror of
https://github.com/mountain-loop/yaak.git
synced 2025-12-05 19:17:44 -06:00
79 lines
1.8 KiB
JSON
79 lines
1.8 KiB
JSON
{
|
|
"build": {
|
|
"features": [
|
|
"updater",
|
|
"license"
|
|
]
|
|
},
|
|
"app": {
|
|
"security": {
|
|
"capabilities": [
|
|
"default",
|
|
{
|
|
"identifier": "release",
|
|
"windows": [
|
|
"*"
|
|
],
|
|
"permissions": [
|
|
"yaak-license:default"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"plugins": {
|
|
"updater": {
|
|
"endpoints": [
|
|
"https://update.yaak.app/check/{{target}}/{{arch}}/{{current_version}}"
|
|
],
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEVGRkFGMjQxRUNEOTQ3MzAKUldRd1I5bnNRZkw2NzRtMnRlWTN3R24xYUR3aGRsUjJzWGwvdHdEcGljb3ZJMUNlMjFsaHlqVU4K"
|
|
}
|
|
},
|
|
"bundle": {
|
|
"publisher": "Yaak",
|
|
"license": "MIT",
|
|
"copyright": "Yaak",
|
|
"homepage": "https://yaak.app",
|
|
"active": true,
|
|
"category": "DeveloperTool",
|
|
"createUpdaterArtifacts": true,
|
|
"externalBin": [
|
|
"vendored/node/yaaknode",
|
|
"vendored/protoc/yaakprotoc"
|
|
],
|
|
"longDescription": "A cross-platform desktop app for interacting with REST, GraphQL, and gRPC",
|
|
"resources": [
|
|
"static",
|
|
"vendored/protoc/include",
|
|
"vendored/plugins",
|
|
"vendored/plugin-runtime"
|
|
],
|
|
"shortDescription": "Play with APIs, intuitively",
|
|
"targets": [
|
|
"app",
|
|
"appimage",
|
|
"deb",
|
|
"dmg",
|
|
"nsis",
|
|
"rpm"
|
|
],
|
|
"macOS": {
|
|
"minimumSystemVersion": "13.0",
|
|
"exceptionDomain": "",
|
|
"entitlements": "macos/entitlements.plist",
|
|
"frameworks": []
|
|
},
|
|
"windows": {
|
|
"signCommand": "trusted-signing-cli -e https://eus.codesigning.azure.net/ -a Yaak -c yaakapp %1"
|
|
},
|
|
"linux": {
|
|
"deb": {
|
|
"desktopTemplate": "./template.desktop"
|
|
},
|
|
"rpm": {
|
|
"desktopTemplate": "./template.desktop"
|
|
}
|
|
}
|
|
}
|
|
}
|