diff --git a/src/tray.js b/src/tray.js index f640ca3da..2727841e2 100644 --- a/src/tray.js +++ b/src/tray.js @@ -173,8 +173,8 @@ function buildMenu (ctx) { { label: hasCustomBinary() ? i18n.t('customIpfsBinary') - : `go-ipfs ${GO_IPFS_VERSION}`, - click: () => { shell.openExternal(`https://github.com/ipfs/go-ipfs/releases/v${GO_IPFS_VERSION}`) } + : `kubo ${GO_IPFS_VERSION}`, + click: () => { shell.openExternal(`https://github.com/ipfs/kubo/releases/v${GO_IPFS_VERSION}`) } }, { type: 'separator' }, {