36 lines
610 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|