Skip to content

Commit c15b9b5

Browse files
author
timlinux
committed
Make the generated setup exe automatically contain the version number 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
1 parent b05419f commit c15b9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win_build/qgis.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ FunctionEnd
8383
; MUI end ------
8484

8585
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
86-
OutFile "qgis_setup.exe"
86+
OutFile "qgis_setup${PRODUCT_VERSION_NUMBER}.exe"
8787
InstallDir "$PROGRAMFILES\Quantum GIS"
8888
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
8989
ShowInstDetails show

0 commit comments

Comments
 (0)