Fix release notes link

pull/336/head
Beaudan 6 years ago
parent 4048172479
commit 13012ce6d2

@ -417,7 +417,7 @@ ipc.on('ready-for-updates', async () => {
function openReleaseNotes() {
shell.openExternal(
`https://github.com/loki-project/loki-messenger/releases/tag/v${app.getVersion()}`
`https://github.com/loki-project/loki-messenger/releases/tag/${app.getVersion()}`
);
}

Loading…
Cancel
Save