Skip to content

Commit 075d4e3

Browse files
author
timlinux
committed
Made some more fixed paths relative
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6681 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4ad2765 commit 075d4e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

win_build/qgis.nsi

+4-4
Original file line numberDiff line numberDiff line change
@@ -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)