Ticket #51336: patch-scripts-build-macosx_makebundle.py.diff.patch

File patch-scripts-build-macosx_makebundle.py.diff.patch, 566 bytes (added by wintermute_77@…, 8 years ago)

Patch to bundling patch.

  • patch-scripts-build-macosx_makebundle.py.diff

    old new  
    44     CONTENTS_DIR = os.path.dirname(EXE_NAME) + "/"
    55 CONTENTS_DIR += BUNDLE_NAME + ".app/Contents/"
    66 
    7 -BUNDLE_VERSION = commands.getoutput("git --git-dir="+SOURCE_DIR+"/.git/ describe")
     7-BUNDLE_VERSION = commands.getoutput("git --git-dir=" + SOURCE_DIR + "/.git/ describe")
    88+BUNDLE_VERSION = "@@VERSION@@"
    99 ICON_FILE = "pics/quassel.icns"
    10  
    11  def createBundle():
    1210