mirror of
https://github.com/OpenListTeam/OpenList-Desktop.git
synced 2025-11-25 03:14:56 +08:00
24 lines
647 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|