Changed project script to copy correct file after stella.html was renamed to index.html.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1043 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
markgrebe 2006-03-12 20:48:37 +00:00
parent 0958596b61
commit 5670606a54
1 changed files with 1 additions and 1 deletions

View File

@ -1590,7 +1590,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cp ../../docs/stella.html build/Deployment/StellaOSX.app/Contents/Resources/docs/index.html;\n";
shellScript = "cp ../../docs/index.html build/Deployment/StellaOSX.app/Contents/Resources/docs/index.html;\n";
};
/* End PBXShellScriptBuildPhase section */