mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-16 02:16:09 +01:00
Use new version variable in windows packaging scripts
This commit is contained in:
parent
192ba4b34b
commit
b679b078e9
1 changed files with 2 additions and 2 deletions
|
|
@ -35,9 +35,9 @@ then
|
|||
|
||||
# Figure out the Build Type
|
||||
if [ x$DEBUG = xT ]; then
|
||||
PACKAGE_DIR="$APPNAME-${version}-win32-dbg"
|
||||
PACKAGE_DIR="$APPNAME-${release_version}-win32-dbg"
|
||||
else
|
||||
PACKAGE_DIR="$APPNAME-${version}-win32"
|
||||
PACKAGE_DIR="$APPNAME-${release_version}-win32"
|
||||
fi
|
||||
|
||||
if grep -q "BUILD_TESTS = True" $BUILD_CACHE_FILE; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue