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