Skip to content

Commit

Permalink
Updated URL launched by update checker from sf.net to GitHub. Fixes #41
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoMaciolek committed May 3, 2018
1 parent b07f713 commit 8f1a7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsis/rtlsdr_scanner.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Function update_check
${NSD_SetText} $UpdateText ${UPDATE_FOUND}
MessageBox MB_YESNO|MB_ICONQUESTION "Installer update found, download now (recommended)?" IDYES download IDNO skip
download:
ExecShell "open" "http://sourceforge.net/projects/rtlsdrscanner/files/latest/download"
ExecShell "open" "https://github.com/EarToEarOak/RTLSDR-Scanner/releases/latest"
SendMessage $HWNDPARENT ${WM_CLOSE} 0 0
Quit
skip:
Expand Down

0 comments on commit 8f1a7ed

Please sign in to comment.