2022-04-30 02:30:24 +03:00
|
|
|
{
|
2023-04-07 18:11:05 +03:00
|
|
|
"$schema": "../../../core/tauri-config-schema/schema.json",
|
2022-04-30 02:30:24 +03:00
|
|
|
"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"
|
|
|
|
],
|
2022-05-15 15:02:30 +03:00
|
|
|
"category": "DeveloperTool",
|
2023-07-13 20:35:22 +03:00
|
|
|
"macOS": {
|
|
|
|
"frameworks": [
|
|
|
|
"./frameworks/test.framework"
|
|
|
|
]
|
|
|
|
},
|
2022-05-15 15:02:30 +03:00
|
|
|
"windows": {
|
|
|
|
"wix": {
|
|
|
|
"skipWebviewInstall": true
|
|
|
|
}
|
|
|
|
}
|
2022-04-30 02:30:24 +03:00
|
|
|
},
|
|
|
|
"allowlist": {
|
|
|
|
"all": false
|
|
|
|
},
|
|
|
|
"updater": {
|
|
|
|
"active": true,
|
|
|
|
"dialog": false,
|
2023-10-19 18:43:48 +03:00
|
|
|
"pubkey": "dummy",
|
2022-11-03 15:27:43 +03:00
|
|
|
"endpoints": ["http://localhost:3007"],
|
2022-05-15 15:02:30 +03:00
|
|
|
"windows": {
|
|
|
|
"installMode": "quiet"
|
|
|
|
}
|
2022-04-30 02:30:24 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|