mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 15:44:35 +01:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"build": {
|
|
"beforeDevCommand": "pnpm dev",
|
|
"beforeBuildCommand": "pnpm build",
|
|
"devPath": "http://localhost:1420",
|
|
"distDir": "../dist"
|
|
},
|
|
"package": {
|
|
"productName": "Cultivation",
|
|
"version": "0.1.0"
|
|
},
|
|
"tauri": {
|
|
"allowlist": {
|
|
"fs": {
|
|
"scope": ["$DATA", "$DATA/io.grasscutter.cultivation", "$DATA/io.grasscutter.cultivation/**"]
|
|
},
|
|
"protocol": {
|
|
"all": true,
|
|
"asset": true,
|
|
"assetScope": ["$DATA", "$DATA/io.grasscutter.cultivation", "$DATA/io.grasscutter.cultivation/**"]
|
|
},
|
|
"http": {
|
|
"scope": ["https://*.*/**"]
|
|
},
|
|
"all": true
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"identifier": "io.grasscutter.cultivation",
|
|
"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,
|
|
"decorations": false,
|
|
"title": "Cultivation",
|
|
"width": 1280,
|
|
"height": 730
|
|
}
|
|
]
|
|
}
|
|
}
|