mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-05-09 19:50:32 +00:00
fixed wrong goodbye url in uninstaller
This commit is contained in:
parent
56b3b1de0c
commit
2899f3b53d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue