diff options
Diffstat (limited to 'src/gf.wxs.in')
| -rw-r--r-- | src/gf.wxs.in | 4 |
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> |
