2023-12-09 11:03:19 +08:00
|
|
|
{
|
2024-04-20 18:02:15 +08:00
|
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
2023-12-09 11:03:19 +08:00
|
|
|
"tauri": {
|
|
|
|
"systemTray": {
|
2024-05-12 19:19:18 +08:00
|
|
|
"iconPath": "icons/tray-icon.ico"
|
2023-12-09 11:03:19 +08:00
|
|
|
},
|
|
|
|
"bundle": {
|
2024-04-20 18:02:15 +08:00
|
|
|
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
|
2023-12-09 11:03:19 +08:00
|
|
|
"targets": ["nsis", "updater"],
|
|
|
|
"windows": {
|
|
|
|
"certificateThumbprint": null,
|
|
|
|
"digestAlgorithm": "sha256",
|
|
|
|
"timestampUrl": "",
|
|
|
|
"webviewInstallMode": {
|
|
|
|
"type": "embedBootstrapper",
|
|
|
|
"silent": true
|
|
|
|
},
|
|
|
|
"nsis": {
|
|
|
|
"displayLanguageSelector": true,
|
|
|
|
"installerIcon": "icons/icon.ico",
|
|
|
|
"languages": ["SimpChinese", "English"],
|
2024-01-20 13:03:48 +08:00
|
|
|
"license": "../LICENSE",
|
|
|
|
"installMode": "perMachine",
|
2024-02-02 15:53:28 +08:00
|
|
|
"template": "./template/installer.nsi"
|
2023-12-09 11:03:19 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|