summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2013-11-29 08:30:10 +1000
committerTim Mayberry <mojofunk@gmail.com>2013-12-07 20:48:19 +1000
commitb679b078e90fde4db44d9a176dcc40329bf55c90 (patch)
tree805f130997daea2c2e7908743010fa28b1954135 /tools
parent192ba4b34b5b6adef657b17672d7da2e409cfece (diff)
Use new version variable in windows packaging scripts
Diffstat (limited to 'tools')
-rwxr-xr-xtools/windows_packaging/mingw-env.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/windows_packaging/mingw-env.sh b/tools/windows_packaging/mingw-env.sh
index 45fda2c52c..983e6d0b9b 100755
--- a/tools/windows_packaging/mingw-env.sh
+++ b/tools/windows_packaging/mingw-env.sh
@@ -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