We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a7f69c6 commit 60cd501Copy full SHA for 60cd501
win_build/qgis.nsi
@@ -134,7 +134,10 @@ Section "Sample Data - Spearfish (GRASS)" SEC02
134
!insertmacro ZIPDLL_EXTRACT "$INSTDIR\SampleData\spearfish.zip" "$INSTDIR\SampleData\" "<ALL>"
135
;ZipDLL::extractall "$INSTDIR\SampleData\spearfish.zip" "$INSTDIR\SampleData\"
136
;the next line is a hack / workaround for a problem in zipdll.nsh
137
- !endif
+ ;!endif
138
+ ;!endif commented by freddy to solve the sample data extracting problem,
139
+ ;also is neccesary to download header file for nsi from :
140
+ ; http://forums.winamp.com/attachment.php?s=b03c6736d9de4a864dd2d4e7b40babfb&postid=1293264
141
142
143
SectionEnd
0 commit comments