Skip to content

autoUpdater.ts doesn't respect shouldShowUpdates #5424

@God-damnit-all

Description

@God-damnit-all

// Check if GOOSE_VERSION is set to determine if Updates section should be shown
const shouldShowUpdates = !window.appConfig.get('GOOSE_VERSION');

ipcMain.handle('check-for-updates', async () => {

One could set GOOSE_VERSION of a Canary build to the latest version to suppress the update notification in Settings → App, but the tray icon will still show that there's an update.

Metadata

Metadata

Assignees

Labels

p2Priority 2 - Medium

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions