Skip to content

Commit

Permalink
Made some more fixed paths relative
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6681 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 23, 2007
1 parent 4ad2765 commit 075d4e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions win_build/qgis.nsi
Expand Up @@ -25,15 +25,15 @@ SetCompressor zlib

; MUI Settings
!define MUI_ABORTWARNING
!define MUI_ICON "C:\dev\cpp\qgis\win_build\qgis64x64.ico"
!define MUI_UNICON "C:\dev\cpp\qgis\win_build\qgis64x64.ico"
!define MUI_ICON "qgis64x64.ico"
!define MUI_UNICON "qgis64x64.ico"
; Added by Tim for side image
!define MUI_WELCOMEFINISHPAGE_BITMAP "C:\dev\cpp\qgis\win_build\sidebar.bmp"
!define MUI_WELCOMEFINISHPAGE_BITMAP "sidebar.bmp"
; Welcome page
!insertmacro MUI_PAGE_WELCOME
; License page
!define MUI_LICENSEPAGE_RADIOBUTTONS
!insertmacro MUI_PAGE_LICENSE "C:\dev\cpp\qgis\LICENSE.txt"
!insertmacro MUI_PAGE_LICENSE "LICENSE.txt"
; Components page
!insertmacro MUI_PAGE_COMPONENTS
; Directory page
Expand Down

0 comments on commit 075d4e3

Please sign in to comment.