Skip to content

Commit

Permalink
Merge pull request #42 from GeoffMaciolek/master
Browse files Browse the repository at this point in the history
Updated URL launched by update checker from sf.net to GitHub. Fixes #41
  • Loading branch information
EarToEarOak authored May 5, 2018
2 parents b07f713 + 8f1a7ed commit d559405
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 d559405

Please sign in to comment.