Skip to content

Commit

Permalink
cleanup autoupdater options in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Oct 22, 2024
1 parent 318af9c commit b5d2eca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions dev-app-update.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
provider: generic
url: https://solidtime.io/auto-updates
updaterCacheDirName: solidtime-updater
provider: github
1 change: 0 additions & 1 deletion src/main/autoUpdater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export function getAutoUpdater(): AppUpdater {
const { autoUpdater } = electronUpdater
log.transports.file.level = 'debug'
autoUpdater.logger = log
autoUpdater.forceDevUpdateConfig = true
return autoUpdater
}

Expand Down

0 comments on commit b5d2eca

Please sign in to comment.