[Mac] Script to create distributable dmg

This commit is contained in:
Alex Zolotarev 2010-12-06 18:54:04 +00:00 committed by Alex Zolotarev
parent e1d66f486f
commit eec6b0c250

6
tools/unix/create_mac_image.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
cd ../../../omim-build-release/out/release
umount /Volumes/MapsWithMe
rm MapsWithMe.dmg
macdeployqt MapsWithMe.app -dmg