[Python-checkins] python/dist/src/Lib/plat-mac bundlebuilder.py,1.19,1.20

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 05 Mar 2003 06:44:57 -0800


Update of /cvsroot/python/python/dist/src/Lib/plat-mac
In directory sc8-pr-cvs1:/tmp/cvs-serv6590

Modified Files:
	bundlebuilder.py 
Log Message:
Actually *do* override the type in AppBuilder.


Index: bundlebuilder.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/bundlebuilder.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** bundlebuilder.py	5 Mar 2003 14:42:18 -0000	1.19
--- bundlebuilder.py	5 Mar 2003 14:44:54 -0000	1.20
***************
*** 292,296 ****
  
  	# Override type of the bundle.
! 	type = "BNDL"
  
  	# platform, name of the subfolder of Contents that contains the executable.
--- 292,296 ----
  
  	# Override type of the bundle.
! 	type = "APPL"
  
  	# platform, name of the subfolder of Contents that contains the executable.