Files
chrono-snap/src-tauri/tauri.conf.json
Julian Freeman c4366e62e1 upgrade
2026-03-26 21:07:50 -04:00

40 lines
890 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ChronoSnap",
"version": "0.2.2",
"identifier": "top.volan.chrono-snap",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "瞬影 - 时间记录 v0.2.2",
"width": 1760,
"height": 1100
}
],
"security": {
"csp": "default-src 'self'; img-src 'self' asset: http://asset.localhost tauri: http://localhost:* data:",
"assetProtocol": {
"enable": true,
"scope": ["**"]
}
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}