Update updater.service.ts

This commit is contained in:
Eugene Pankov 2022-04-19 11:28:32 +02:00
parent 12486584f0
commit 2e83b450a9
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -57,6 +57,7 @@ export class ElectronUpdaterService extends UpdaterService {
try {
this.autoUpdater.setFeedURL({
provider: 's3',
bucket: 'tabby-updates',
path: `updates-latest-${process.arch}`,
})
this.autoUpdater.checkForUpdates()