Lines Matching defs:resources
96 # List of files that have to be copied to <bundle>/Contents/Resources.
97 resources = []
100 # (eg. "Contents/Resources/MyStuff/SomeFile.ext).
196 for path in self.resources:
197 files.append((path, pathjoin("Contents", "Resources",
245 del sys.path[1:] # sys.path[0] is Contents/Resources/
300 resdir = os.path.join(os.path.dirname(execdir), "Resources")
342 "Resources/English.lproj",
343 "Resources/Info.plist",
370 # the executable will be copied to Resources and be invoked
379 # The name of the icon file to be copied to Resources and used for
464 resdir = "Contents/Resources"
571 relpath = pathjoin("Contents", "Resources", ZIP_ARCHIVE)
580 sitepath = pathjoin(self.bundlepath, "Contents", "Resources",
589 path = pathjoin("Contents", "Resources", *path) + PYC_EXT
674 # extensions in Contents/Resources/. Add a tiny "loader"
679 self.files.append((path, pathjoin("Contents", "Resources", dstpath)))
809 -r, --resource=FILE extra file or folder to be copied to Resources
873 builder.resources.append(os.path.normpath(arg))