Skip to content

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎win_build/qgis.nsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
; HM NIS Edit Wizard helper defines
44
!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"
77
!define PRODUCT_VERSION "${PRODUCT_VERSION_NUMBER} ${PRODUCT_VERSION_NAME}"
88
!define PRODUCT_PUBLISHER "qgis.org"
99
!define PRODUCT_WEB_SITE "http://qgis.org"
@@ -25,15 +25,15 @@ SetCompressor zlib
2525

2626
; MUI Settings
2727
!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"
3030
; 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"
3232
; Welcome page
3333
!insertmacro MUI_PAGE_WELCOME
3434
; License page
3535
!define MUI_LICENSEPAGE_RADIOBUTTONS
36-
!insertmacro MUI_PAGE_LICENSE "C:\dev\cpp\qgis\LICENSE.txt"
36+
!insertmacro MUI_PAGE_LICENSE "LICENSE.txt"
3737
; Components page
3838
!insertmacro MUI_PAGE_COMPONENTS
3939
; Directory page

0 commit comments

Comments
 (0)
Please sign in to comment.