summaryrefslogtreecommitdiff
path: root/src/gf.wxs.in
diff options
context:
space:
mode:
authorbringert <unknown>2005-05-19 19:19:10 +0000
committerbringert <unknown>2005-05-19 19:19:10 +0000
commit9843884512c599ac26d680e292f2b2608cb887ee (patch)
treef6c4acd440c42f110dae64f02d3efed53b8bf120 /src/gf.wxs.in
parentb6028484a6092a55ae6eb91683cceabb04d4af94 (diff)
Only create gf.wxs when build MSI package, to avoid including it in binary dists.
Diffstat (limited to 'src/gf.wxs.in')
-rw-r--r--src/gf.wxs.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gf.wxs.in b/src/gf.wxs.in
index ffa680abf..e2b21f12b 100644
--- a/src/gf.wxs.in
+++ b/src/gf.wxs.in
@@ -36,8 +36,8 @@
WorkingDirectory="INSTALLDIR" />
</Component>
- <Directory Id="GFDocDir" Name="doc" DiskId="1">
- <Component Id="GFDoc" Guid="23BEEBBF-F9AB-459F-B8D2-8414BB47834A">
+ <Directory Id="GFDocDir" Name="doc">
+ <Component Id="GFDoc" Guid="23BEEBBF-F9AB-459F-B8D2-8414BB47834A" DiskId="1">
<File Id="GFReadme" Name="README.txt" src="../README" />
<File Id="GFLicenee" Name="LICENSE.txt" src="../LICENSE" />
</Component>