mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-24 11:14:40 +03:00
34 lines
875 B
JSON
34 lines
875 B
JSON
{
|
|
"$schema": "../../../tooling/cli/schema.json",
|
|
"build": {
|
|
"distDir": [],
|
|
"devPath": []
|
|
},
|
|
"tauri": {
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"identifier": "com.tauri.updater",
|
|
"icon": [
|
|
"../../../examples/.icons/32x32.png",
|
|
"../../../examples/.icons/128x128.png",
|
|
"../../../examples/.icons/128x128@2x.png",
|
|
"../../../examples/.icons/icon.icns",
|
|
"../../../examples/.icons/icon.ico"
|
|
],
|
|
"category": "DeveloperTool"
|
|
},
|
|
"allowlist": {
|
|
"all": false
|
|
},
|
|
"updater": {
|
|
"active": true,
|
|
"dialog": false,
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDE5QzMxNjYwNTM5OEUwNTgKUldSWTRKaFRZQmJER1h4d1ZMYVA3dnluSjdpN2RmMldJR09hUFFlZDY0SlFqckkvRUJhZDJVZXAK",
|
|
"endpoints": [
|
|
"http://localhost:3007"
|
|
]
|
|
}
|
|
}
|
|
}
|