From 2899f3b53d9d6e4f6ec33cdb3c8d196add862310 Mon Sep 17 00:00:00 2001 From: Zarg <62082797+Zaarrg@users.noreply.github.com> Date: Thu, 16 Jan 2025 07:16:00 +0100 Subject: [PATCH] fixed wrong goodbye url in uninstaller --- utils/windows/installer/windows-installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/windows/installer/windows-installer.nsi b/utils/windows/installer/windows-installer.nsi index 549f355..3b4b878 100644 --- a/utils/windows/installer/windows-installer.nsi +++ b/utils/windows/installer/windows-installer.nsi @@ -520,7 +520,7 @@ Section "uninstall" done: ; Optionally open a farewell page IfSilent +2 - ExecShell "open" "https://github.com/Zaarrg/stremio-desktop-v5/blob/master/docs/GOODBYE.md" + ExecShell "open" "https://github.com/Zaarrg/stremio-desktop-v5/blob/webview-windows/docs/GOODBYE.md" SectionEnd