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
This commit is contained in:
markgrebe 2006-03-12 03:13:37 +00:00
parent de380d267c
commit b45bcbe750
1 changed files with 1 additions and 1 deletions

View File

@ -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 */