mirror of https://github.com/stella-emu/stella.git
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:
parent
0958596b61
commit
5670606a54
|
@ -1590,7 +1590,7 @@
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
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 */
|
/* End PBXShellScriptBuildPhase section */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue