clash-verge-rev/src-tauri/tauri.windows.conf.json

29 lines
685 B
JSON
Raw Permalink Normal View History

{
2024-09-02 19:33:17 +08:00
"$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"
}
}
2024-09-02 19:33:17 +08:00
},
"app": {
"trayIcon": {
"iconPath": "icons/tray-icon.ico",
"iconAsTemplate": true
}
}
}