We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163c89a commit ba2bb96Copy full SHA for ba2bb96
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vbcdr",
3
- "version": "1.1.21",
+ "version": "1.1.22",
4
"description": "Desktop vibe coding environment for Claude Code developers",
5
"author": {
6
"name": "jo vinkenroye",
src/main/services/auto-updater.ts
@@ -22,6 +22,7 @@ function broadcast(status: UpdateStatus): void {
22
export function initAutoUpdater(): void {
23
autoUpdater.autoDownload = true
24
autoUpdater.autoInstallOnAppQuit = true
25
+ autoUpdater.logger = null
26
27
autoUpdater.on('checking-for-update', () => {
28
broadcast({ state: 'checking' })
0 commit comments