dev-manager-tauri/src-tauri/tauri.conf.json
lanrtop 45ce0ad9be
All checks were successful
Release / release (push) Successful in 4m33s
chore: 升级版本号至 0.1.17
2026-07-02 20:06:38 +09:00

51 lines
1.1 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "dev-manager-tauri",
"version": "0.1.17",
"identifier": "com.yangzhixiang.dev-manager-tauri",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:1430",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "炼境",
"width": 1280,
"height": 800,
"minWidth": 900,
"minHeight": 600
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"createUpdaterArtifacts": true,
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"windows": {
"nsis": {}
}
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEFGRTkwODc0QzA2OThEQzcKUldUSGpXbkFkQWpwcno4R0dDb2VhdG0yOHY0UGdwSkRlWmRwM3BMTnZha1lOTE9GZVNLQWZCNGkK",
"endpoints": [
"https://appforwin.oss-cn-hangzhou.aliyuncs.com/latest.json"
],
"dialog": false
}
}
}