From 3c936d10f0f8bfd32407623ae7f1e56da3cedeca Mon Sep 17 00:00:00 2001 From: Echedey <56733813+EchedeyLR@users.noreply.github.com> Date: Sat, 15 Feb 2020 18:11:49 +0000 Subject: [PATCH] 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. --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 2eb625db8..a2776f20f 100644 --- a/main.js +++ b/main.js @@ -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()}` ); }