scripts/install.py

branch
eric7-maintenance
changeset 9940
a57c188857e9
parent 9832
3885b9d7bd31
parent 9917
0160b2816f84
child 10004
983477114d3c
equal deleted inserted replaced
9833:9308099b7d38 9940:a57c188857e9
859 ) 859 )
860 copyTree( 860 copyTree(
861 os.path.join(eric7SourceDir, "IconEditor", "cursors"), 861 os.path.join(eric7SourceDir, "IconEditor", "cursors"),
862 os.path.join(cfg["ericDir"], "IconEditor", "cursors"), 862 os.path.join(cfg["ericDir"], "IconEditor", "cursors"),
863 ["*.xpm"], 863 ["*.xpm"],
864 )
865 copyTree(
866 os.path.join(eric7SourceDir, "MicroPython", "Tools"),
867 os.path.join(cfg["ericDir"], "MicroPython", "Tools"),
868 ["*.json"],
864 ) 869 )
865 copyTree( 870 copyTree(
866 os.path.join(eric7SourceDir, "UI", "data"), 871 os.path.join(eric7SourceDir, "UI", "data"),
867 os.path.join(cfg["ericDir"], "UI", "data"), 872 os.path.join(cfg["ericDir"], "UI", "data"),
868 ["*.css"], 873 ["*.css"],

eric ide

mercurial