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@…, 9 years ago) |
---|
-
patch-scripts-build-macosx_makebundle.py.diff
old new 4 4 CONTENTS_DIR = os.path.dirname(EXE_NAME) + "/" 5 5 CONTENTS_DIR += BUNDLE_NAME + ".app/Contents/" 6 6 7 -BUNDLE_VERSION = commands.getoutput("git --git-dir=" +SOURCE_DIR+"/.git/ describe")7 -BUNDLE_VERSION = commands.getoutput("git --git-dir=" + SOURCE_DIR + "/.git/ describe") 8 8 +BUNDLE_VERSION = "@@VERSION@@" 9 9 ICON_FILE = "pics/quassel.icns" 10 11 def createBundle():12 10