mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 15:44:35 +01:00
37 lines
726 B
JSON
37 lines
726 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "cultivation",
|
|
"version": "2.0.0",
|
|
"identifier": "io.grasscutter.cultivation",
|
|
"build": {
|
|
"beforeDevCommand": "yarn dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeBuildCommand": "yarn build",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Cultivation",
|
|
"width": 1280,
|
|
"height": 730,
|
|
"center": 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"
|
|
]
|
|
}
|
|
}
|