mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-08 09:04:45 +01:00
67 lines
1.4 KiB
JSON
67 lines
1.4 KiB
JSON
{
|
|
"$schema": "./node_modules/@tauri-apps/cli/schema.json",
|
|
"build": {
|
|
"beforeBuildCommand": "npm run build",
|
|
"beforeDevCommand": "npm run dev",
|
|
"devPath": "http://localhost:8000",
|
|
"distDir": "./"
|
|
},
|
|
"package": {
|
|
"productName": "bruno",
|
|
"version": "0.1.0"
|
|
},
|
|
"tauri": {
|
|
"allowlist": {
|
|
"all": true
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"category": "DeveloperTool",
|
|
"copyright": "",
|
|
"deb": {
|
|
"depends": []
|
|
},
|
|
"externalBin": [],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"identifier": "com.usebruno.dev",
|
|
"longDescription": "",
|
|
"macOS": {
|
|
"entitlements": null,
|
|
"exceptionDomain": "",
|
|
"frameworks": [],
|
|
"providerShortName": null,
|
|
"signingIdentity": null
|
|
},
|
|
"resources": [],
|
|
"shortDescription": "",
|
|
"targets": "all",
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": ""
|
|
}
|
|
},
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"updater": {
|
|
"active": false
|
|
},
|
|
"windows": [
|
|
{
|
|
"fullscreen": false,
|
|
"height": 600,
|
|
"resizable": true,
|
|
"title": "bruno",
|
|
"width": 800
|
|
}
|
|
]
|
|
}
|
|
}
|