mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
26 lines
587 B
JSON
26 lines
587 B
JSON
{
|
|
"tauri": {
|
|
"systemTray": {
|
|
"iconPath": "icons/tray-icon.png"
|
|
},
|
|
"bundle": {
|
|
"targets": ["nsis", "updater"],
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": "",
|
|
"webviewInstallMode": {
|
|
"type": "embedBootstrapper",
|
|
"silent": true
|
|
},
|
|
"nsis": {
|
|
"displayLanguageSelector": true,
|
|
"installerIcon": "icons/icon.ico",
|
|
"languages": ["SimpChinese", "English"],
|
|
"license": "../LICENSE"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|