Files
codeg/src-tauri/tauri.conf.json
xintaofei e9cf613635 Release version 0.2.10
优化应用图标。
2026-03-22 13:58:25 +08:00

42 lines
1004 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "codeg",
"version": "0.2.10",
"identifier": "app.codeg",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:3000",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../out"
},
"app": {
"windows": [],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"createUpdaterArtifacts": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDQ4OEM3NkMyMTVENjdBODgKUldTSWV0WVZ3bmFNU0NnSzhpdFg2bXFmMHFidWd1eWpuZ2Y2WmU5QmVXdWVrU0ZpOCt2dnd6WW4K",
"endpoints": [
"https://github.com/xintaofei/codeg/releases/latest/download/latest.json"
],
"windows": {
"installMode": "passive"
}
}
}
}