aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-10-21 17:23:56 -0400
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-10-22 12:34:03 +0200
commit3dc1ae22c8943128f2f142b08ce6645718eea35c (patch)
treee7fa3331393cbe307b7423373bf1cdeea31dca79 /tests/manual
parente767d4615dfdb3e1a98ee319e80f1050fe119760 (diff)
Fix a couple minor bugs in WiX support.
Task-number: QBS-413 Change-Id: I8a0ebb0e8af103093ac0662e331b205dcc40faed Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/WiXInstallers/WiXInstallers.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/WiXInstallers/WiXInstallers.qbs b/tests/manual/WiXInstallers/WiXInstallers.qbs
index 4080a2450..59cdf7f4c 100644
--- a/tests/manual/WiXInstallers/WiXInstallers.qbs
+++ b/tests/manual/WiXInstallers/WiXInstallers.qbs
@@ -13,6 +13,6 @@ Project {
name: "QbsBootstrapper"
targetName: "qbs-setup-" + qbs.architecture
files: ["QbsBootstrapper.wxs"]
- wix.defines: ["msiName=QbsSetup.msi"]
+ wix.defines: ["msiName=qbs-" + qbs.architecture + ".msi"]
}
}