Files
friendolls-desktop/src-tauri/tauri.conf.json
2026-03-25 02:25:40 +08:00

40 lines
1023 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "friendolls-desktop",
"version": "0.1.3",
"identifier": "com.adamcv.friendolls-desktop",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:2750",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../build"
},
"app": {
"windows": [],
"security": {
"csp": null
},
"macOSPrivateApi": true
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"createUpdaterArtifacts": true
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDFBRjMzQjM0Q0QxNDYyRjQKUldUMFloVE5ORHZ6R2h0U0Q0M01GcEtXZ2c1L0FMVDQwMW84UzZ3My94V2RKSlp2c0FrcUQvN2EK",
"endpoints": [
"https://github.com/wind-explorer/friendolls-desktop/releases/latest/download/latest.json"
]
}
}
}