Major redesign of the build system. Also allow icons to be installed optionally:
[quassel.git] / scripts / build / macosx_makebundle.py
index 821ce74..a577fbd 100755 (executable)
@@ -1,6 +1,15 @@
 #!/usr/bin/python
 # -*- coding: iso-8859-1 -*-
 
 #!/usr/bin/python
 # -*- coding: iso-8859-1 -*-
 
+################################################################################
+#                                                                              #
+# 2008 June 27th by Marcus 'EgS' Eggenberger <egs@quassel-irc.org>             #
+#                                                                              #
+# The author disclaims copyright to this source code.                          #
+# This Python Script is in the PUBLIC DOMAIN.                                  #
+#                                                                              #
+################################################################################
+
 # ==============================
 #  Imports
 # ==============================
 # ==============================
 #  Imports
 # ==============================
@@ -23,8 +32,8 @@ else:
     EXE_NAME = sys.argv[3]
 CONTENTS_DIR = BUNDLE_NAME + ".app/Contents/"
 
     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:
 
 def createBundle():
     try: