Skip to content

Commit

Permalink
Update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
EarToEarOak committed Apr 13, 2018
1 parent e20df19 commit 495cd03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nsis/_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23
24
8 changes: 4 additions & 4 deletions nsis/rtlsdr_scanner.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
!include "include\EnvVarUpdate.nsh"
!include "include\fileassoc.nsh"

!define INSTALLER_VERSION "23"
!define INSTALLER_VERSION "24"

!define PRODUCT_NAME "RTLSDR Scanner"
!define PRODUCT_PUBLISHER "Ear to Ear Oak"
!define PRODUCT_WEB_SITE "http://eartoearoak.com/software/rtlsdr-scanner"
!define PRODUCT_WEB_SITE "https://eartoearoak.com/software/rtlsdr-scanner"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"

Expand Down Expand Up @@ -118,8 +118,8 @@ SectionGroup "/e" "Dependencies" SEC_DEP
SectionEnd
SectionGroup "/e" "Python 2.7" SEC_PYDEP
Section "Python 2.7.12" SEC_PYTHON
StrCpy $UriPath "http://www.python.org/ftp/python/2.7.12"
StrCpy $UriFile "python-2.7.12.msi"
StrCpy $UriPath "http://www.python.org/ftp/python/2.7.14"
StrCpy $UriFile "python-2.7.14.msi"
StrCpy $Switches "/qb ALLUSERS=1"
Call install_msi
SectionEnd
Expand Down

0 comments on commit 495cd03

Please sign in to comment.