We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b1863 commit b55750cCopy full SHA for b55750c
src/tray.js
@@ -176,7 +176,7 @@ function buildMenu (ctx) {
176
label: hasCustomBinary()
177
? i18n.t('customIpfsBinary')
178
: `kubo ${GO_IPFS_VERSION}`,
179
- click: () => { shell.openExternal(`https://github.com/ipfs/kubo/releases/v${GO_IPFS_VERSION}`) }
+ click: () => { shell.openExternal(`https://github.com/ipfs/kubo/releases/v${GO_IPFS_VERSION.replace(/^\^/, '')}`) }
180
},
181
{ type: 'separator' },
182
{
0 commit comments