update docs

This commit is contained in:
Martin Rotter 2024-02-27 07:27:35 +01:00
parent f2f9692960
commit c306d80867

View File

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