script macosx finalizado

This commit is contained in:
Luis Ángel San Martín 2012-07-25 22:52:18 +02:00
parent 36c16d5cf4
commit 4b52392808

View File

@ -13,7 +13,10 @@ make
cd ..
mkdir ./bin
cp -R ./YACReader/YACReader.app ./bin/YACReader.app
cp -R ./YACReaderLibrary/YACReaderLibrary.app ./bin/YACReaderLibrary.app
cp -R ./YACReader/YACReader.app ./YACReader.app
cp -R ./YACReaderLibrary/YACReaderLibrary.app ./YACReaderLibrary.app
echo "Configuring release apps"
./releaseOSX.sh
echo "Done!"