Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Nov 26, 2024
1 parent 1367f2c commit e46f964
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main-process/comfyDesktopApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ export class ComfyDesktopApp {
initializeTodesktop(): void {
log.info('Initializing todesktop');
todesktop.init({
//@ts-ignore
feedUrl: 'https://updater.comfy.org',
customLogger: log,
updateReadyAction: { showInstallAndRestartPrompt: 'always', showNotification: 'always' },
autoUpdater: this.comfySettings.get('Comfy-Desktop.AutoUpdate'),
shouldAutoCheckOnLaunch: this.comfySettings.get('Comfy-Desktop.AutoUpdate'),
// @ts-ignore
autoUpdater: {
feedUrl: 'https://updater.comfy.org',
},
});
if (todesktop.autoUpdater) {
log.info('Setting todesktop feed URL.');
Expand Down

0 comments on commit e46f964

Please sign in to comment.