2024-08-27 15:51:35 +00:00
|
|
|
{
|
2024-08-31 13:31:00 +00:00
|
|
|
"$schema": "https://github.com/tauri-apps/tauri/releases/download/tauri-build-v2.0.0-beta.13/schema.json",
|
2024-08-27 15:51:35 +00:00
|
|
|
"productName": "gdke-gui",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"identifier": "one.meli.gdke-gui",
|
|
|
|
"build": {
|
|
|
|
"beforeDevCommand": "bun run dev",
|
|
|
|
"devUrl": "http://localhost:1420",
|
|
|
|
"beforeBuildCommand": "bun run build",
|
|
|
|
"frontendDist": "../dist"
|
|
|
|
},
|
|
|
|
"app": {
|
|
|
|
"windows": [
|
|
|
|
{
|
|
|
|
"title": "gdke-gui",
|
|
|
|
"width": 800,
|
|
|
|
"height": 600
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"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"
|
|
|
|
]
|
2024-08-31 13:31:00 +00:00
|
|
|
},
|
|
|
|
"plugins": {}
|
2024-08-27 15:51:35 +00:00
|
|
|
}
|