X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=scripts%2Fbuild%2Fmacosx_makebundle.py;h=a577fbd9ab4e66427f3914f9d2497c81f69de7f6;hp=821ce74e79484895c31a9388c87d6d17ddb7a0de;hb=907e6c4c2f5e199600b54213f6964d2c50bdc700;hpb=c8f0fad36b10552494f8ec3c3a45b52a3f0d2663 diff --git a/scripts/build/macosx_makebundle.py b/scripts/build/macosx_makebundle.py index 821ce74e..a577fbd9 100755 --- a/scripts/build/macosx_makebundle.py +++ b/scripts/build/macosx_makebundle.py @@ -1,6 +1,15 @@ #!/usr/bin/python # -*- coding: iso-8859-1 -*- +################################################################################ +# # +# 2008 June 27th by Marcus 'EgS' Eggenberger # +# # +# The author disclaims copyright to this source code. # +# This Python Script is in the PUBLIC DOMAIN. # +# # +################################################################################ + # ============================== # Imports # ============================== @@ -23,8 +32,8 @@ else: EXE_NAME = sys.argv[3] CONTENTS_DIR = BUNDLE_NAME + ".app/Contents/" -BUNDLE_VERSION = "0.2.0-pre" -ICON_FILE = "src/icons/quassel/quassel.icns" +BUNDLE_VERSION = "0.3.0" +ICON_FILE = "pics/quassel.icns" def createBundle(): try: