Merge pull request #857 from EchedeyLR/patch-1

Reverting changes in pull #336
pull/869/head
Vince 5 years ago committed by GitHub
commit 781dd981d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save