mirror of https://github.com/KLayout/klayout.git
Generating proper version for Windows installer.
This commit is contained in:
parent
23fdcec7c6
commit
6d823c46f3
|
|
@ -66,11 +66,15 @@ scripts=$pwd/scripts
|
||||||
# Update in NSIS script too:
|
# Update in NSIS script too:
|
||||||
plugins="audio generic iconengines imageformats platforms printsupport sqldrivers"
|
plugins="audio generic iconengines imageformats platforms printsupport sqldrivers"
|
||||||
|
|
||||||
|
# read the current version
|
||||||
|
. ./version.sh
|
||||||
|
|
||||||
echo "------------------------------------------------------------------"
|
echo "------------------------------------------------------------------"
|
||||||
echo "Running build for architecture $arch .."
|
echo "Running build for architecture $arch .."
|
||||||
echo ""
|
echo ""
|
||||||
echo " target = $target"
|
echo " target = $target"
|
||||||
echo " build = $build"
|
echo " build = $build"
|
||||||
|
echo " version = $KLAYOUT_VERSION"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
rm -rf $target
|
rm -rf $target
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue