File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
; HM NIS Edit Wizard helper defines
4
4
!define PRODUCT_NAME " Quantum GIS"
5
- !define PRODUCT_VERSION_NUMBER " 0.8.1 "
6
- !define PRODUCT_VERSION_NAME " Titan "
5
+ !define PRODUCT_VERSION_NUMBER " 0.9 "
6
+ !define PRODUCT_VERSION_NAME " Grumpy "
7
7
!define PRODUCT_VERSION " ${PRODUCT_VERSION_NUMBER} ${PRODUCT_VERSION_NAME}"
8
8
!define PRODUCT_PUBLISHER " qgis.org"
9
9
!define PRODUCT_WEB_SITE " http://qgis.org"
@@ -25,15 +25,15 @@ SetCompressor zlib
25
25
26
26
; MUI Settings
27
27
!define MUI_ABORTWARNING
28
- !define MUI_ICON " C:\dev\cpp\qgis\win_build\ qgis64x64.ico"
29
- !define MUI_UNICON " C:\dev\cpp\qgis\win_build\ qgis64x64.ico"
28
+ !define MUI_ICON " qgis64x64.ico"
29
+ !define MUI_UNICON " qgis64x64.ico"
30
30
; Added by Tim for side image
31
- !define MUI_WELCOMEFINISHPAGE_BITMAP " C:\dev\cpp\qgis\win_build\ sidebar.bmp"
31
+ !define MUI_WELCOMEFINISHPAGE_BITMAP " sidebar.bmp"
32
32
; Welcome page
33
33
!insertmacro MUI_PAGE_WELCOME
34
34
; License page
35
35
!define MUI_LICENSEPAGE_RADIOBUTTONS
36
- !insertmacro MUI_PAGE_LICENSE " C:\dev\cpp\qgis\ LICENSE.txt"
36
+ !insertmacro MUI_PAGE_LICENSE " LICENSE.txt"
37
37
; Components page
38
38
!insertmacro MUI_PAGE_COMPONENTS
39
39
; Directory page
You can’t perform that action at this time.
0 commit comments