Searched defs:iconfile (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
H A Dbundlebuilder.py381 iconfile = None variable in class:AppBuilder
518 if self.iconfile is not None:
519 iconbase = os.path.basename(self.iconfile)
521 self.files.append((self.iconfile, pathjoin(resdir, iconbase)))
818 --iconfile=FILE filename of the icon (an .icns file) to be used
857 "exclude=", "include=", "package=", "strip", "iconfile=",
890 elif opt == '--iconfile':
891 builder.iconfile = arg

Completed in 89 milliseconds