dev-manager-tauri/src-tauri/tauri.conf.json
2026-04-07 00:47:37 +09:00

51 lines
1.1 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "dev-manager-tauri",
"version": "0.1.14",
"identifier": "com.yangzhixiang.dev-manager-tauri",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:1420",
"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": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDlCOTFEMkQwQzM3NjQ3OUQKUldTZFIzYkQwTktSbTE0WkV5aDFnVVVYSGYxK2hTK05DbWprZlY1bHBUTnhLRHJEeHc1S0JGNm8K",
"endpoints": [
"https://appforwin.oss-cn-hangzhou.aliyuncs.com/latest.json"
],
"dialog": false
}
}
}