Skip to content

Commit 9397c31

Browse files
committed
* #RI-2077 Autoupdate from CloudFront
1 parent cf81b89 commit 9397c31

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

redisinsight/main.dev.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ export default class AppUpdater {
4949
log.transports.file.level = 'info';
5050

5151
autoUpdater.setFeedURL({
52-
provider: 's3',
53-
path: 'public/upgrades/',
54-
bucket: process.env.MANUAL_UPDATE_BUCKET || process.env.AWS_BUCKET_NAME,
55-
region: 'us-east-1',
52+
provider: 'generic',
53+
url: process.env.MANUAL_UPGRADES_LINK || process.env.UPGRADES_LINK,
5654
});
5755

5856
autoUpdater.checkForUpdatesAndNotify();

0 commit comments

Comments
 (0)