feat: reconcile WebAVP desktop parity and releases

This commit is contained in:
2026-08-19 12:14:29 +00:00
parent 407892ed9a
commit 2a275fc536
26 changed files with 2155 additions and 1508 deletions
+6
View File
@@ -5,4 +5,10 @@ contextBridge.exposeInMainWorld('webavpNative', {
verifyCertificateOnline({ serial, certificateHash }) {
return ipcRenderer.invoke('certificate:verify-online', { serial, certificateHash });
},
checkForUpdates() {
return ipcRenderer.invoke('release:check-update');
},
downloadUpdate(url) {
return ipcRenderer.invoke('release:download-update', { url });
},
});