We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cdfbb2 commit 322b128Copy full SHA for 322b128
packages/compass/src/main/auto-update-manager.ts
@@ -850,8 +850,7 @@ class CompassAutoUpdateManager {
850
})
851
.then(({ response }) => {
852
if (response === 0) {
853
- return dl.download(
854
- BrowserWindow.getAllWindows()[0],
+ return shell.openExternal(
855
`https://compass.mongodb.com/api/v2/download/${this.autoUpdateOptions.version}/compass/${this.autoUpdateOptions.channel}/darwin-arm64`
856
);
857
}
0 commit comments