Skip to content

Commit

Permalink
Make the generated setup exe automatically contain the version number…
Browse files Browse the repository at this point in the history
… e.g. qgis_setup0.8.1.exe

git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6669 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 22, 2007
1 parent b05419f commit c15b9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win_build/qgis.nsi
Expand Up @@ -83,7 +83,7 @@ FunctionEnd
; MUI end ------

Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "qgis_setup.exe"
OutFile "qgis_setup${PRODUCT_VERSION_NUMBER}.exe"
InstallDir "$PROGRAMFILES\Quantum GIS"
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
ShowInstDetails show
Expand Down

0 comments on commit c15b9b5

Please sign in to comment.