Reverting changes in pull #336

As suggested, with that old commit the "Go to Release Notes" link is broken referencing to "https://github.com/loki-project/session-desktop/releases/tag/1.0.1" for example.
pull/857/head
Echedey 5 years ago committed by GitHub
parent e2f74b0701
commit 3c936d10f0
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() { function openReleaseNotes() {
shell.openExternal( 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