Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
creatensis.pl: use version number instead of release name for install…
…ation path
  • Loading branch information
jef-n committed Jul 15, 2016
1 parent 40c5955 commit 8784312
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 $releasename'";
$cmd .= " -DQGIS_BASE='$packagename $version'";
$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 8784312

Please sign in to comment.