Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
creatensis.pl: exclude point release component from path
(cherry picked from commit 38229d3)
  • Loading branch information
jef-n committed Aug 10, 2016
1 parent a6bcd7b commit 786a59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms-windows/osgeo4w/creatensis.pl
Expand Up @@ -441,7 +441,7 @@ sub getDeps {
$cmd .= " -DVERSION_NUMBER='$version'";
$cmd .= " -DBINARY_REVISION=$binary";
$cmd .= sprintf( " -DVERSION_INT='%d%02d%02d%02d'", $major, $minor, $patch, $binary );
$cmd .= " -DQGIS_BASE='$packagename $version'";
$cmd .= sprintf( " -DQGIS_BASE='$packagename %d.%d'", $major, $minor );
$cmd .= " -DINSTALLER_NAME='$packagename-OSGeo4W-$version-$binary-Setup$archpostfix.exe'";
$cmd .= " -DDISPLAYED_NAME='$packagename \'$releasename\' ($version)'";
$cmd .= " -DSHORTNAME='$shortname'";
Expand Down

0 comments on commit 786a59c

Please sign in to comment.