src/eric7/Documentation/Source/eric7.eric7_post_install.html

branch
eric7
changeset 9352
8c28b0f77388
parent 9211
99eb1cb030a5
child 10417
c6011e501282
diff -r b5f360405f12 -r 8c28b0f77388 src/eric7/Documentation/Source/eric7.eric7_post_install.html
--- a/src/eric7/Documentation/Source/eric7.eric7_post_install.html	Sat Sep 24 14:19:37 2022 +0200
+++ b/src/eric7/Documentation/Source/eric7.eric7_post_install.html	Sun Sep 25 12:10:44 2022 +0200
@@ -66,24 +66,28 @@
 <hr />
 <a NAME="copyDesktopFile" ID="copyDesktopFile"></a>
 <h2>copyDesktopFile</h2>
-<b>copyDesktopFile</b>(<i>src, dst, scriptsdir</i>)
+<b>copyDesktopFile</b>(<i>src, dstPath, dstFile, scriptsdir</i>)
 
 <p>
     Modify a desktop file and write it to its destination.
 </p>
 <dl>
 
-<dt><i>src</i></dt>
+<dt><i>src</i> (str)</dt>
 <dd>
-source file name (string)
+source file name
 </dd>
-<dt><i>dst</i></dt>
+<dt><i>dstPath</i> (str)</dt>
 <dd>
-destination file name (string)
+path name of the directory for the file to be written
 </dd>
-<dt><i>scriptsdir</i></dt>
+<dt><i>dstFile</i> (str)</dt>
 <dd>
-directory containing the scripts (string)
+name of the file to be written
+</dd>
+<dt><i>scriptsdir</i> (str)</dt>
+<dd>
+directory containing the scripts
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial