2024-12-09 21:53:43 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
|
|
"productName": "ezpplauncher",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"identifier": "farm.ezpp.launcher.app",
|
|
|
|
"build": {
|
|
|
|
"beforeDevCommand": "bun run dev",
|
|
|
|
"devUrl": "http://localhost:1420",
|
|
|
|
"beforeBuildCommand": "bun run build",
|
|
|
|
"frontendDist": "../build"
|
|
|
|
},
|
|
|
|
"app": {
|
|
|
|
"windows": [
|
|
|
|
{
|
|
|
|
"title": "ezpplauncher",
|
2024-12-10 22:29:28 +00:00
|
|
|
"width": 550,
|
|
|
|
"height": 350,
|
|
|
|
"decorations": false,
|
|
|
|
"resizable": false,
|
|
|
|
"maximizable": false
|
2024-12-09 21:53:43 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"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-12-10 09:08:23 +00:00
|
|
|
}
|