File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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