diff options
Diffstat (limited to 'Tools/msi')
-rw-r--r-- | Tools/msi/exe/exe_files.wxs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tools/msi/exe/exe_files.wxs b/Tools/msi/exe/exe_files.wxs index 0138587..e675c21 100644 --- a/Tools/msi/exe/exe_files.wxs +++ b/Tools/msi/exe/exe_files.wxs @@ -8,9 +8,6 @@ <Component Id="NEWS.txt" Directory="InstallDirectory" Guid="*"> <File Name="NEWS.txt" Source="!(bindpath.src)Misc\NEWS" KeyPath="yes" /> </Component> - <Component Id="README.txt" Directory="InstallDirectory" Guid="*"> - <File Name="README.txt" Source="!(bindpath.src)README" KeyPath="yes" /> - </Component> </ComponentGroup> </Fragment> |