From c306d80867b7b217dd9277a6b234e8a851dc8a90 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 27 Feb 2024 07:27:35 +0100 Subject: [PATCH] update docs --- resources/nsis/NSIS.template.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/nsis/NSIS.template.in b/resources/nsis/NSIS.template.in index f2c6ae730..93cb72ee7 100644 --- a/resources/nsis/NSIS.template.in +++ b/resources/nsis/NSIS.template.in @@ -138,6 +138,9 @@ NotInstalled: WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}" "InstallLocation" "$INSTDIR" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}" "UninstallString" "$\"$INSTDIR\Uninstall.exe$\"" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}" "QuietUninstallString" "$\"$INSTDIR\Uninstall.exe$\" /S" + + ; Open documentation. + ExecShell "open" "https://rssguard.readthedocs.io/en/stable/downloads.html#windows" SectionEnd Section "Desktop Icon" DesktopIcon