2024-01-24 18:17:52 +00:00
|
|
|
{
|
2024-02-05 09:28:48 +00:00
|
|
|
"identifier": "audio.funkwhale.desktop",
|
|
|
|
"productName": "Funkwhale",
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
2024-01-24 18:17:52 +00:00
|
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
2024-02-05 09:28:48 +00:00
|
|
|
"app": {
|
2024-01-24 18:17:52 +00:00
|
|
|
"security": {
|
|
|
|
"csp": null
|
|
|
|
},
|
|
|
|
"windows": [
|
|
|
|
{
|
2024-02-15 20:30:41 +00:00
|
|
|
"label": "main",
|
2024-01-24 18:17:52 +00:00
|
|
|
"fullscreen": false,
|
|
|
|
"height": 600,
|
2024-02-15 20:30:41 +00:00
|
|
|
"width": 800,
|
2024-01-24 18:17:52 +00:00
|
|
|
"resizable": true,
|
2024-02-15 20:30:41 +00:00
|
|
|
"title": "Funkwhale"
|
2024-01-24 18:17:52 +00:00
|
|
|
}
|
|
|
|
]
|
2024-02-05 09:28:48 +00:00
|
|
|
},
|
|
|
|
"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": []
|
2024-02-13 12:10:52 +00:00
|
|
|
},
|
|
|
|
"appimage": {
|
|
|
|
"bundleMediaFramework": true
|
2024-02-05 09:28:48 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"longDescription": "",
|
|
|
|
"macOS": {
|
|
|
|
"entitlements": null,
|
|
|
|
"exceptionDomain": "",
|
|
|
|
"frameworks": [],
|
|
|
|
"providerShortName": null,
|
|
|
|
"signingIdentity": null
|
|
|
|
},
|
|
|
|
"resources": [],
|
|
|
|
"shortDescription": "",
|
|
|
|
"targets": "all",
|
|
|
|
"windows": {
|
|
|
|
"certificateThumbprint": null,
|
|
|
|
"digestAlgorithm": "sha256",
|
|
|
|
"timestampUrl": ""
|
|
|
|
}
|
2024-01-24 18:17:52 +00:00
|
|
|
}
|
2024-01-24 21:16:01 +00:00
|
|
|
}
|