mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 01:47:43 +01:00
[Summary]: changes to par command to provide approved build name's format
This commit is contained in:
parent
fca986ce78
commit
87f8ead07e
2 changed files with 3 additions and 3 deletions
|
|
@ -38,9 +38,9 @@ then
|
|||
# Figure out the Build Type
|
||||
if grep -q "DEBUG = True" $BUILD_CACHE_FILE; then
|
||||
DEBUG=1
|
||||
PACKAGE_DIR="$HOME/$APPNAME-${release_version}-win32-dbg"
|
||||
PACKAGE_DIR="$HOME/$APPNAME-${release_version}-dbg"
|
||||
else
|
||||
PACKAGE_DIR="$HOME/$APPNAME-${release_version}-win32"
|
||||
PACKAGE_DIR="$HOME/$APPNAME-${release_version}"
|
||||
fi
|
||||
|
||||
if grep -q "BUILD_TESTS = True" $BUILD_CACHE_FILE; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue