Reverting a retarded edit while half-awake.

This commit is contained in:
November
2010-09-27 00:22:33 -07:00
parent c166704c81
commit 94d21fb256

View File

@@ -443,7 +443,7 @@ class DarwinManifest(ViewerManifest):
self.path(self.args['configuration'] + "/" + self.app_name() + ".app", dst="")
if self.prefix(src="", dst="Contents"): # everything goes in Contents
self.path(self.info_plist_name(), dst="Info-Ascent.plist")
self.path(self.info_plist_name(), dst="Info.plist")
# copy additional libs in <bundle>/Contents/MacOS/
self.path("../../libraries/universal-darwin/lib_release/libndofdev.dylib", dst="MacOS/libndofdev.dylib")