Ticket #52865: alt_patch-install.py.diff

File alt_patch-install.py.diff, 606 bytes (added by iEFdev, 7 years ago)

Alternativ patch (Eric6)

  • install.py

    diff -Naur ../eric6-16.11.orig/install.py ./install.py
    old new  
    4949progLanguages = ["Python", "Ruby", "QSS"]
    5050sourceDir = "eric"
    5151configName = 'eric6config.py'
    52 defaultMacAppBundleName = "eric6.app"
    53 defaultMacAppBundlePath = "/Applications"
     52defaultMacAppBundleName = "Eric6.app"
     53defaultMacAppBundlePath = "@APPLICATIONS_DIR@"
    5454defaultMacPythonExe = "{0}/Resources/Python.app/Contents/MacOS/Python".format(
    5555    sys.exec_prefix)
    5656macAppBundleName = defaultMacAppBundleName