mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-19 10:59:54 +00:00
Update updater.service.ts
This commit is contained in:
parent
12486584f0
commit
2e83b450a9
@ -57,6 +57,7 @@ export class ElectronUpdaterService extends UpdaterService {
|
|||||||
try {
|
try {
|
||||||
this.autoUpdater.setFeedURL({
|
this.autoUpdater.setFeedURL({
|
||||||
provider: 's3',
|
provider: 's3',
|
||||||
|
bucket: 'tabby-updates',
|
||||||
path: `updates-latest-${process.arch}`,
|
path: `updates-latest-${process.arch}`,
|
||||||
})
|
})
|
||||||
this.autoUpdater.checkForUpdates()
|
this.autoUpdater.checkForUpdates()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user