{ "$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" } } } }