Skip to content

Commit b55750c

Browse files
committed
fix: Fix incorrect link for Kubo version in tray icon
1 parent 88b1863 commit b55750c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tray.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function buildMenu (ctx) {
176176
label: hasCustomBinary()
177177
? i18n.t('customIpfsBinary')
178178
: `kubo ${GO_IPFS_VERSION}`,
179-
click: () => { shell.openExternal(`https://github.com/ipfs/kubo/releases/v${GO_IPFS_VERSION}`) }
179+
click: () => { shell.openExternal(`https://github.com/ipfs/kubo/releases/v${GO_IPFS_VERSION.replace(/^\^/, '')}`) }
180180
},
181181
{ type: 'separator' },
182182
{

0 commit comments

Comments
 (0)