File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ Section "MainSection" SEC01
100
100
; ------- proj and gdal Related
101
101
File " C:\dev\cpp\qgis\qgis-debug\*.csv"
102
102
; subdirs
103
+ File /r " C:\dev\cpp\qgis\qgis-debug\grass"
103
104
File /r " C:\dev\cpp\qgis\qgis-debug\lib"
104
105
File /r " C:\dev\cpp\qgis\qgis-debug\share"
105
106
File /r " C:\dev\cpp\qgis\qgis-debug\nad"
@@ -179,6 +180,7 @@ Section Uninstall
179
180
Delete " $INSTDIR\*.dll"
180
181
Delete " $INSTDIR\*.csv"
181
182
; ----------------- subdirs
183
+ RMDir /r " $INSTDIR/grass"
182
184
RMDir /r " $INSTDIR/lib"
183
185
RMDir /r " $INSTDIR/share"
184
186
RMDir /r " $INSTDIR/nad"
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ Section "MainSection" SEC01
99
99
; ------- proj and gdal Related
100
100
File " C:\dev\cpp\qgis\qgis-release\*.csv"
101
101
; subdirs
102
+ File /r " C:\dev\cpp\qgis\qgis-release\grass"
102
103
File /r " C:\dev\cpp\qgis\qgis-release\lib"
103
104
File /r " C:\dev\cpp\qgis\qgis-release\share"
104
105
File /r " C:\dev\cpp\qgis\qgis-release\nad"
@@ -178,6 +179,7 @@ Section Uninstall
178
179
Delete " $INSTDIR\*.dll"
179
180
Delete " $INSTDIR\*.csv"
180
181
; ----------------- subdirs
182
+ RMDir /r " $INSTDIR/grass"
181
183
RMDir /r " $INSTDIR/lib"
182
184
RMDir /r " $INSTDIR/share"
183
185
RMDir /r " $INSTDIR/nad"
You can’t perform that action at this time.
0 commit comments