summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2014-12-01 21:42:33 +0700
committerTim Mayberry <mojofunk@gmail.com>2014-12-03 17:31:04 +0700
commite0d8d3f3d3d70ff284830181ec498221be4977db (patch)
tree350c4c2003ff4805d9ce9a607ced0b23eff344e8 /tools
parentdc4d76b1d41d1f9220fc465eb5c6372742955b07 (diff)
Fix definition of application name in Fedora based mingw packaging scripts
Probably needs to be configurable at some point
Diffstat (limited to 'tools')
-rwxr-xr-xtools/windows_packaging/mingw-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/windows_packaging/mingw-env.sh b/tools/windows_packaging/mingw-env.sh
index 00145de2ad..f4c0a375ca 100755
--- a/tools/windows_packaging/mingw-env.sh
+++ b/tools/windows_packaging/mingw-env.sh
@@ -43,7 +43,7 @@ BUILD_DIR=$BASE/build
BUILD_CACHE_FILE=$BUILD_DIR/c4che/_cache.py
TOOLS_DIR=$BASE/tools/windows_packaging
-APPNAME=`grep -m 1 '^APPNAME' $BASE/wscript | awk '{print $3}' | sed "s/'//g"`
+APPNAME=Ardour
# These are only relevant after a build
if test -f $BUILD_CACHE_FILE