use s3 for updates

This commit is contained in:
Eugene Pankov
2022-04-19 10:50:31 +02:00
parent 90168323c8
commit 12486584f0
6 changed files with 83 additions and 61 deletions

View File

@@ -56,9 +56,8 @@ export class ElectronUpdaterService extends UpdaterService {
this.logger.debug('Checking for updates')
try {
this.autoUpdater.setFeedURL({
provider: 'github',
repo: 'tabby',
owner: 'eugeny',
provider: 's3',
path: `updates-latest-${process.arch}`,
})
this.autoUpdater.checkForUpdates()
} catch (e) {