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