From b45bcbe7500a2638cf77af89e81504cb96bab375 Mon Sep 17 00:00:00 2001 From: markgrebe Date: Sun, 12 Mar 2006 03:13:37 +0000 Subject: [PATCH] Fixed issue with copying help files into Deployment directory. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1041 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/macosx/stella.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stella/src/macosx/stella.xcodeproj/project.pbxproj b/stella/src/macosx/stella.xcodeproj/project.pbxproj index a926a01c1..12eceb36c 100644 --- a/stella/src/macosx/stella.xcodeproj/project.pbxproj +++ b/stella/src/macosx/stella.xcodeproj/project.pbxproj @@ -1590,7 +1590,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = ""; + shellScript = "cp ../../docs/stella.html build/Deployment/StellaOSX.app/Contents/Resources/docs/index.html;\n"; }; /* End PBXShellScriptBuildPhase section */