install.py

branch
5_5_x
changeset 3725
540b1f7b25b5
parent 3712
09b6f92a82ca
child 3752
b269d3e5f310
diff -r a69abc27ef3d -r 540b1f7b25b5 install.py
--- a/install.py	Sun Jul 20 16:45:19 2014 +0200
+++ b/install.py	Sun Jul 20 17:26:13 2014 +0200
@@ -584,7 +584,7 @@
         copyTree(
             '{1}{0}Plugins'.format(os.sep, sourceDir),
             '{0}{1}Plugins'.format(cfg['ericDir'], os.sep),
-            ['*.png', '*.style'])
+            ['*.png', '*.style', '*.tmpl'])
         copyTree(
             '{1}{0}Documentation'.format(os.sep, sourceDir), cfg['ericDocDir'],
             ['*.html', '*.qch'])

eric ide

mercurial