mirror of
https://github.com/mountain-loop/yaak.git
synced 2025-12-05 19:17:44 -06:00
44 lines
868 B
JSON
44 lines
868 B
JSON
{
|
|
"productName": "Yaak",
|
|
"version": "0.0.0",
|
|
"identifier": "app.yaak.desktop",
|
|
"build": {
|
|
"beforeBuildCommand": "npm run tauri-before-build",
|
|
"beforeDevCommand": "npm run tauri-before-dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": false,
|
|
"security": {
|
|
"assetProtocol": {
|
|
"enable": true,
|
|
"scope": {
|
|
"allow": [
|
|
"$APPDATA/responses/*",
|
|
"$RESOURCE/static/*"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"plugins": {
|
|
"deep-link": {
|
|
"desktop": {
|
|
"schemes": [
|
|
"yaak"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"bundle": {
|
|
"icon": [
|
|
"icons/release/32x32.png",
|
|
"icons/release/128x128.png",
|
|
"icons/release/128x128@2x.png",
|
|
"icons/release/icon.icns",
|
|
"icons/release/icon.ico"
|
|
]
|
|
}
|
|
}
|