Fixed the install script for the new Mercurial templates.

Sun, 20 Jul 2014 17:26:13 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 20 Jul 2014 17:26:13 +0200
changeset 3724
0848df91249f
parent 3723
7a3cd80289e2
child 3729
b6eda7d63e4c

Fixed the install script for the new Mercurial templates.

install.py file | annotate | diff | comparison | revisions
--- a/install.py	Sun Jul 20 17:23:58 2014 +0200
+++ b/install.py	Sun Jul 20 17:26:13 2014 +0200
@@ -564,7 +564,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