Merge pull request #336 from BeaudanBrown/fix-notes

Fix release notes link
pull/337/head
Beaudan Campbell-Brown 6 years ago committed by GitHub
commit 6f1e113671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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