scripts/install.py

branch
eric7
changeset 10065
de4ae767b0e3
parent 10046
35b27af462ef
child 10079
0222a480e93d
child 10084
125166c6b66c
diff -r 8c3207703dac -r de4ae767b0e3 scripts/install.py
--- a/scripts/install.py	Wed May 24 17:28:58 2023 +0200
+++ b/scripts/install.py	Wed May 24 19:54:24 2023 +0200
@@ -952,7 +952,7 @@
 
     # Create a Mac application bundle
     elif sys.platform == "darwin":
-        createMacAppBundle(cfg["ericDir"])
+        createMacAppBundle()
 
     return 0
 
@@ -1157,13 +1157,9 @@
             createWindowsShortcut(linkPath, targetPath, iconPath)
 
 
-def createMacAppBundle(pydir):
+def createMacAppBundle():
     """
     Create a Mac application bundle.
-
-    @param pydir the name of the directory where the Python script will
-        eventually be installed
-    @type str
     """
     global cfg, macAppBundleName, macPythonExe, macAppBundlePath
 

eric ide

mercurial