Files
OpenList-Desktop/src-tauri/tauri.windows.conf.json
2025-10-30 15:48:58 +08:00

24 lines
647 B
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"identifier": "io.github.openlistteam.openlist.desktop",
"bundle": {
"targets": ["nsis"],
"windows": {
"certificateThumbprint": "",
"digestAlgorithm": "sha256",
"timestampUrl": "http://time.certum.pl",
"webviewInstallMode": {
"type": "embedBootstrapper",
"silent": true
},
"nsis": {
"displayLanguageSelector": false,
"installerIcon": "icons/icon.ico",
"languages": ["English"],
"installMode": "perMachine",
"template": "./packages/windows/installer.nsi"
}
}
}
}