LCE-Emerald-Launcher/src-tauri/tauri.conf.json
/home/neo c53259857e
bump
2026-03-12 20:43:50 +03:00

45 lines
896 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Emerald Legacy Launcher",
"version": "0.2.0",
"identifier": "com.emerald.legacy",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "Emerald Legacy",
"width": 1000,
"height": 650,
"decorations": true,
"transparent": false,
"titleBarStyle": "Visible",
"devtools": true
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
},
"plugins": {
"shell": {
"open": true
}
}
}