funkwhale/front/tauri/tauri.conf.json

66 wiersze
1.3 KiB
JSON

{
"identifier": "audio.funkwhale.desktop",
"productName": "Funkwhale",
"version": "0.1.0",
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"app": {
"security": {
"csp": null
},
"windows": [
{
"label": "main",
"fullscreen": false,
"height": 600,
"width": 800,
"resizable": true,
"title": "Funkwhale"
}
]
},
"build": {
"beforeBuildCommand": "yarn build",
"beforeDevCommand": "yarn dev",
"devUrl": "http://localhost:8080",
"frontendDist": "../dist"
},
"bundle": {
"active": true,
"category": "Music",
"copyright": "",
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"linux": {
"deb": {
"depends": []
},
"appimage": {
"bundleMediaFramework": true
}
},
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": "all",
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
}
}
}