summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@theqtcompany.com>2015-03-23 14:46:22 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-03-24 11:25:18 +0000
commitd03e1def99f147145d4bc6ed6ab68d230b2c584f (patch)
tree9def34268322b1fee9fefe12baf5aea8b4bfc851 /tools
parent92b50c513b9140afac964a52d6def85d1ffbd4df (diff)
Change binary name to Qt Installer Framework
Change-Id: I9b721ae055ec9849492171dacf07c56ca7cc4b08 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build_installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_installer.py b/tools/build_installer.py
index e97d5df70..e34c34032 100755
--- a/tools/build_installer.py
+++ b/tools/build_installer.py
@@ -44,7 +44,7 @@ def init():
basename = os.path.basename(src_dir)
build_dir = os.path.join(root_dir, basename + '_build')
package_dir = os.path.join(root_dir, basename + '_pkg')
- target_path = os.path.join(args.target_dir, 'ifw')
+ target_path = os.path.join(args.target_dir, 'Qt Installer Framework')
print 'source dir: ' + src_dir
print 'build dir: ' + build_dir