mirror of https://github.com/stella-emu/stella.git
Update for core changes
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@310 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
a267454d2f
commit
dd4a6a17aa
|
@ -689,7 +689,7 @@
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "if [[! -a build/StellaOSX.app/Contents/Resources/docs/index.html ]];\nthen\nmv build/StellaOSX.app/Contents/Resources/docs/stella.html build/StellaOSX.app/Contents/Resources/docs/index.html;\nfi\n";
|
shellScript = "cp ../../docs/stella.html build/StellaOSX.app/Contents/Resources/docs/index.html;\n";
|
||||||
};
|
};
|
||||||
2D4764C806683C5F00F63D87 = {
|
2D4764C806683C5F00F63D87 = {
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
|
|
Loading…
Reference in New Issue