mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-09 07:14:47 -05:00
61 lines
1.7 KiB
JSON
61 lines
1.7 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,
|
|
"longDescription": "A cross-platform desktop app for interacting with REST, GraphQL, and gRPC",
|
|
"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",
|
|
"files": {
|
|
"/usr/share/metainfo/app.yaak.Yaak.metainfo.xml": "../../flatpak/app.yaak.Yaak.metainfo.xml"
|
|
}
|
|
},
|
|
"rpm": {
|
|
"desktopTemplate": "./template.desktop",
|
|
"files": {
|
|
"/usr/share/metainfo/app.yaak.Yaak.metainfo.xml": "../../flatpak/app.yaak.Yaak.metainfo.xml"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|