[mac] Updated dmg generation scripts

This commit is contained in:
Alex Zolotarev 2011-10-30 22:10:08 +02:00 committed by Alex Zolotarev
parent b827630323
commit ac635d5a4a
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,10 @@
#!/bin/bash
pushd
cd ../../../omim-build-debug/out/debug
umount /Volumes/MapsWithMe
rm MapsWithMe.dmg
~/QtSDK/Desktop/Qt/474/gcc/bin/macdeployqt MapsWithMe.app -dmg -use-debug-libs
popd

View file

@ -1,6 +1,10 @@
#!/bin/bash
pushd
cd ../../../omim-build-release/out/release
umount /Volumes/MapsWithMe
rm MapsWithMe.dmg
~/QtSDK/Desktop/Qt/473/gcc/bin/macdeployqt MapsWithMe.app -dmg
~/QtSDK/Desktop/Qt/474/gcc/bin/macdeployqt MapsWithMe.app -dmg
popd