Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Fix Windows auto-update support detection #18750

Merged
merged 1 commit into from
Jan 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main-process/auto-updater-win32.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AutoUpdater extends EventEmitter {
}

supportsUpdates () {
SquirrelUpdate.existsSync()
return SquirrelUpdate.existsSync()
}

checkForUpdates () {
Expand Down