mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-15 19:22:26 +08:00
29 lines
685 B
JSON
29 lines
685 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
|
"bundle": {
|
|
"targets": ["nsis"],
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": "",
|
|
"webviewInstallMode": {
|
|
"type": "embedBootstrapper",
|
|
"silent": true
|
|
},
|
|
"nsis": {
|
|
"displayLanguageSelector": true,
|
|
"installerIcon": "icons/icon.ico",
|
|
"languages": ["SimpChinese", "English"],
|
|
"installMode": "perMachine",
|
|
"template": "./template/installer.nsi"
|
|
}
|
|
}
|
|
},
|
|
"app": {
|
|
"trayIcon": {
|
|
"iconPath": "icons/tray-icon.ico",
|
|
"iconAsTemplate": true
|
|
}
|
|
}
|
|
}
|