scripts/install-debugclients.py

branch
eric7
changeset 9674
43dd357b3bff
parent 9653
e67609152c5e
child 9690
2dc33116df50
--- a/scripts/install-debugclients.py	Wed Jan 04 14:57:32 2023 +0100
+++ b/scripts/install-debugclients.py	Wed Jan 04 14:59:40 2023 +0100
@@ -212,7 +212,7 @@
         )
 
         # copy the license file
-        shutilCopy(os.path.join(sourceDir, "docs", "LICENSE.GPL3"), targetDir)
+        shutilCopy(os.path.join(sourceDir, "docs", "LICENSE.txt"), targetDir)
 
     except OSError as msg:
         sys.stderr.write("Error: {0}\nTry install with admin rights.\n".format(msg))

eric ide

mercurial