xtoyr/src-tauri/tauri.conf.json
2024-05-23 20:11:16 +02:00

36 lines
610 B
JSON

{
"build": {
"devPath": "../src",
"distDir": "../src",
"withGlobalTauri": true
},
"package": {
"productName": "xtoyr",
"version": "0.0.1"
},
"tauri": {
"allowlist": {
"all": false,
"shell": {
"all": false,
"open": true
}
},
"windows": [
{
"title": "xtoyr",
"width": 1280,
"height": 720
}
],
"security": {
"csp": null
},
"bundle": {
"active": false,
"targets": "all",
"identifier": "fr.mylloon",
"icon": ["icons/icon.png", "icons/icon.ico"]
}
}
}