From 5670606a540d686861c6d3a1aa6ac51efec6bb57 Mon Sep 17 00:00:00 2001 From: markgrebe Date: Sun, 12 Mar 2006 20:48:37 +0000 Subject: [PATCH] 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 --- 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 12eceb36c..57568da20 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 = "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 */