diff options
Diffstat (limited to 'cpp/install/common/components.py')
-rwxr-xr-x | cpp/install/common/components.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/install/common/components.py b/cpp/install/common/components.py index 58a595f761c..d360dc33603 100755 --- a/cpp/install/common/components.py +++ b/cpp/install/common/components.py @@ -290,7 +290,7 @@ class FileSpecWorker: # 'convert to dos file format' name patterns. (These are # regex patterns, not patterns for filename globbing). # - textFiles = [".*README.*", ".*Makefile.mak", ".*LICENSE.*"] + textFiles = [".*README.*", ".*Makefile.mak", ".*LICENSE.*", "RELEASE_NOTES.txt"] textFileScanner = None expression = "" for p in textFiles: |