finished merge of cairocanvas with windows and windows+cc branches
[ardour.git] / tools / windows_packaging / mingw-env.sh
index 45fda2c52c746bcac19074b2b9d3a575b7373f13..983e6d0b9b382091a7f30d0270e515fbd7b5ec75 100755 (executable)
@@ -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