Corrected an issue in the install script. eric7

Sat, 07 Jan 2023 16:23:59 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 07 Jan 2023 16:23:59 +0100
branch
eric7
changeset 9680
4acdf7c7101d
parent 9679
22314ef6d754
child 9681
cef9b7dfc997

Corrected an issue in the install script.

scripts/install.py file | annotate | diff | comparison | revisions
--- a/scripts/install.py	Fri Jan 06 18:02:02 2023 +0100
+++ b/scripts/install.py	Sat Jan 07 16:23:59 2023 +0100
@@ -888,7 +888,7 @@
         return 7
 
     # copy some text files to the doc area
-    for name in ["LICENSE.txt", "THANKS", "changelog.md", "ThirdParty.rst"]:
+    for name in ["LICENSE.txt", "THANKS", "changelog.md", "ThirdParty.md"]:
         try:
             shutilCopy(os.path.join(sourceDir, "docs", name), cfg["ericDocDir"])
         except OSError:

eric ide

mercurial