diff -r 25317a7b5d40 -r af0ca76e26fd install.py --- a/install.py Tue Apr 09 19:15:01 2019 +0200 +++ b/install.py Wed Apr 10 19:50:54 2019 +0200 @@ -854,7 +854,7 @@ copyTree( '{1}{0}Plugins'.format(os.sep, sourceDir), '{0}{1}Plugins'.format(cfg['ericDir'], os.sep), - ['*.svgz', '*.svg', '*.png', '*.style', '*.tmpl']) + ['*.svgz', '*.svg', '*.png', '*.style', '*.tmpl', '*.txt']) copyTree( '{1}{0}Documentation'.format(os.sep, sourceDir), cfg['ericDocDir'], ['*.html', '*.qch'])