{
"build": {
"beforeDevCommand": "yarn dev",
"beforeBuildCommand": "yarn build",
"devPath": "http://localhost:1420",
"distDir": "../build",
"withGlobalTauri": false
},
"package": {
"productName": "comicinfo-editor-v2",
"version": "0.1.0"
"tauri": {
"allowlist": {
"all": false,
"shell": {
"open": true
}
"bundle": {
"active": true,
"targets": "all",
"identifier": "com.comicinfo.editor",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
"security": {
"csp": null
"windows": [
"fullscreen": false,
"resizable": true,
"title": "comicinfo-editor-v2",
"width": 800,
"height": 600