Krys4lide/crates/tauri/tauri.conf.json

42 lines
783 B
JSON
Raw Normal View History

2024-07-17 12:12:26 +02:00
{
"productName": "clego-clean",
"version": "0.0.1",
"identifier": "clego.pharma.libre",
2024-07-17 12:12:26 +02:00
"build": {
"beforeDevCommand": {
"script": "cargo run",
"cwd": "../clego"
},
"devUrl": "http://localhost:3000",
"frontendDist": "axum://place.holder/"
2024-07-17 12:12:26 +02:00
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"title": "clego-clean",
2024-07-17 12:12:26 +02:00
"width": 800,
"height": 600
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"resources": {
"../clego/assets/": "./assets/"
},
2024-07-17 12:12:26 +02:00
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
2024-07-17 12:12:26 +02:00
}