mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-16 14:06:49 +01:00
85 lines
2.0 KiB
JSON
85 lines
2.0 KiB
JSON
{
|
|
"productName": "Yaak",
|
|
"version": "0.0.0",
|
|
"identifier": "app.yaak.desktop",
|
|
"build": {
|
|
"beforeBuildCommand": "npm run build",
|
|
"beforeDevCommand": "npm run dev:js",
|
|
"devUrl": "http://localhost:1420",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": false,
|
|
"security": {
|
|
"assetProtocol": {
|
|
"enable": true,
|
|
"scope": {
|
|
"allow": [
|
|
"$APPDATA/responses/*"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"plugins": {
|
|
"deep-link": {
|
|
"mobile": [],
|
|
"desktop": {
|
|
"schemes": [
|
|
"yaak"
|
|
]
|
|
}
|
|
},
|
|
"updater": {
|
|
"endpoints": [
|
|
"https://update.yaak.app/check/{{target}}/{{arch}}/{{current_version}}"
|
|
],
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEMxRDJFREQ1MjExQjdGN0IKUldSN2Z4c2gxZTNTd1FHNCtmYnFXMHVVQzhuNkJOM1cwOFBodmdLall3ckhKenpKUytHSTR1MlkK"
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"category": "DeveloperTool",
|
|
"externalBin": [
|
|
"vendored/protoc/yaakprotoc",
|
|
"vendored/node/yaaknode"
|
|
],
|
|
"icon": [
|
|
"icons/release/32x32.png",
|
|
"icons/release/128x128.png",
|
|
"icons/release/128x128@2x.png",
|
|
"icons/release/icon.icns",
|
|
"icons/release/icon.ico"
|
|
],
|
|
"longDescription": "A cross-platform desktop app for interacting with REST, GraphQL, and gRPC",
|
|
"resources": {
|
|
"migrations": "migrations",
|
|
"vendored/protoc/include": "protoc-include",
|
|
"vendored/plugins": "plugins",
|
|
"../plugin-runtime/build": "plugin-runtime"
|
|
},
|
|
"shortDescription": "Play with APIs, intuitively",
|
|
"targets": [
|
|
"app",
|
|
"appimage",
|
|
"deb",
|
|
"dmg",
|
|
"nsis",
|
|
"rpm"
|
|
],
|
|
"createUpdaterArtifacts": "v1Compatible",
|
|
"iOS": {
|
|
"developmentTeam": "7PU3P6ELJ8"
|
|
},
|
|
"macOS": {
|
|
"exceptionDomain": "",
|
|
"entitlements": "macos/entitlements.plist",
|
|
"frameworks": []
|
|
},
|
|
"windows": {
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": ""
|
|
}
|
|
}
|
|
}
|