scripts/install-debugclients.py

branch
eric7
changeset 9674
43dd357b3bff
parent 9653
e67609152c5e
child 9690
2dc33116df50
equal deleted inserted replaced
9673:f4b3d2485baa 9674:43dd357b3bff
210 ["*.py", "*.pyc", "*.pyo", "*.pyw"], 210 ["*.py", "*.pyc", "*.pyo", "*.pyw"],
211 excludePatterns=["eric7config.py*"], 211 excludePatterns=["eric7config.py*"],
212 ) 212 )
213 213
214 # copy the license file 214 # copy the license file
215 shutilCopy(os.path.join(sourceDir, "docs", "LICENSE.GPL3"), targetDir) 215 shutilCopy(os.path.join(sourceDir, "docs", "LICENSE.txt"), targetDir)
216 216
217 except OSError as msg: 217 except OSError as msg:
218 sys.stderr.write("Error: {0}\nTry install with admin rights.\n".format(msg)) 218 sys.stderr.write("Error: {0}\nTry install with admin rights.\n".format(msg))
219 return 7 219 return 7
220 220

eric ide

mercurial