Files
Christopher Serr e515d366d0 Update to Tauri 2 (#1016)
This should hopefully resolve some of the issues.
2025-02-23 21:39:22 +01:00

35 lines
649 B
JSON

{
"build": {
"frontendDist": "target/dist"
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
]
},
"productName": "LiveSplit One",
"mainBinaryName": "LiveSplit One",
"version": "0.1.0",
"identifier": "org.livesplit.one",
"plugins": {},
"app": {
"withGlobalTauri": true,
"windows": [
{
"title": "LiveSplit One",
"width": 850,
"height": 750,
"useHttpsScheme": true
}
],
"security": {
"csp": null
}
}
}