use correct path for bundle executable

This commit is contained in:
Bradley Bell 2014-12-04 15:58:50 -08:00
parent 3daa0f63b1
commit 6cf4e86185

View file

@ -1893,7 +1893,7 @@ class DXXProgram(DXXCommon):
'free.%s-rebirth' % dxxstr, os.path.join(self.srcdir, '%sgl-Info.plist' % dxxstr),
typecode='APPL', creator='DCNT',
icon_file=os.path.join(cocoa, '%s-rebirth.icns' % dxxstr),
subst_dict={'%sgl' % dxxstr : exe_target}, # This is required; manually update version for Xcode compatibility
subst_dict={'%sgl' % dxxstr : self.target}, # This is required; manually update version for Xcode compatibility
resources=[[s, s] for s in [os.path.join(self.srcdir, 'English.lproj/InfoPlist.strings')]])
def GenerateHelpText(self):