Fix electron link handling (#396)

This commit is contained in:
Snarling
2023-02-25 17:42:26 -05:00
committed by GitHub
parent 3d9993215c
commit b9b5a62105
4 changed files with 16 additions and 35 deletions

View File

@@ -310,7 +310,7 @@ function getMenu(window) {
})
.then(({ response }) => {
if (response === 1) {
utils.openExternal("https://github.com/bitburner-official/bitburner-vscode");
shell.openExternal("https://github.com/bitburner-official/bitburner-vscode");
}
});
},