summaryrefslogtreecommitdiffstats
path: root/tools/wixl
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-11-08 20:42:59 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-11-08 20:42:59 +0100
commite395249032305ab24da05c89c8f549ad5887e2f7 (patch)
treec6e70cb9695eac3cf9c7e42a03c4c42f6ff82f36 /tools/wixl
parentafc18dcd98d5a67d21ef237c25221a71b01df1b2 (diff)
downloadmsitools-e395249032305ab24da05c89c8f549ad5887e2f7.tar.gz
msitools-e395249032305ab24da05c89c8f549ad5887e2f7.tar.xz
msitools-e395249032305ab24da05c89c8f549ad5887e2f7.zip
wixl-heat: ignore prefix for component id generation
Diffstat (limited to 'tools/wixl')
-rw-r--r--tools/wixl/wixl-heat.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wixl/wixl-heat.vala b/tools/wixl/wixl-heat.vala
index 34ef6c1..ef426ec 100644
--- a/tools/wixl/wixl-heat.vala
+++ b/tools/wixl/wixl-heat.vala
@@ -95,7 +95,7 @@ public int main (string[] args) {
last_path = path;
if (!is_directory) {
- var id = generate_id ("cmp", 1, line);
+ var id = generate_id ("cmp", 1, file);
cmpref.append (id);
stdout.printf (indent + "<Component Id=\"%s\" Guid=\"*\">\n".printf (id));
file = sourcedir + Path.DIR_SEPARATOR_S + file;