mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 21:53:59 +03:00
9f2c341319
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
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",
|
|
"windows": {
|
|
"wix": {
|
|
"skipWebviewInstall": true
|
|
}
|
|
}
|
|
},
|
|
"allowlist": {
|
|
"all": false
|
|
},
|
|
"updater": {
|
|
"active": true,
|
|
"dialog": false,
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDE5QzMxNjYwNTM5OEUwNTgKUldSWTRKaFRZQmJER1h4d1ZMYVA3dnluSjdpN2RmMldJR09hUFFlZDY0SlFqckkvRUJhZDJVZXAK",
|
|
"endpoints": [
|
|
"http://localhost:3007"
|
|
],
|
|
"windows": {
|
|
"installMode": "quiet"
|
|
}
|
|
}
|
|
}
|
|
}
|