fixed wrong goodbye url in uninstaller

This commit is contained in:
Zarg 2025-01-16 07:16:00 +01:00
parent 56b3b1de0c
commit 2899f3b53d

View file

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