Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
baasgeo committed Sep 15, 2015
2 parents fec456b + 84f7409 commit f84ea49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SetupMapProxy.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
; Define your application name
!define APPNAME "MapProxy"
!define COMPANY "Baas geo-information"
!define VERSION 1.7.1
!define SEQ 1
!define VERSION 1.8.0
!define SEQ 0
!define APPNAMEANDVERSION "${APPNAME} ${VERSION}"
!define GITPAGE "http://github.com/bartbaas/mapproxywindows"
!define SETTINGSREGPATH "Software\Baasgeo\${APPNAME}"
Expand Down Expand Up @@ -524,7 +524,7 @@ Section "Main" SectionMain
File /r PortablePython\App

; Install mapproxy
nsExec::ExecToLog '"$INSTDIR\App\Scripts\easy_install.exe" -f "eggs" mapproxy==${VERSION} Shapely==1.2.17 pyproj==1.9.3 cherrypy==3.5.0'
nsExec::ExecToLog '"$INSTDIR\App\Scripts\easy_install.exe" -f "eggs" mapproxy==${VERSION} Shapely==1.2.17 pyproj==1.9.3 cherrypy==3.7.0'
nsExec::ExecToLog '"$INSTDIR\App\Scripts\mapproxy-util.exe" --version'
${If} $IsExisting == 1
Detailprint "Using existing data directory: $\r$\n$DataDir"
Expand Down

0 comments on commit f84ea49

Please sign in to comment.