[tools] Actually, this doesn't work either

This commit is contained in:
Ilya Zverev 2015-10-01 14:49:29 +03:00
parent 765616c7bb
commit 2081e75023

View file

@ -1,9 +0,0 @@
#!/bin/bash
set -u -x
TARGET=${1:-release}
(
cd ../../../omim-build-$TARGET/out/$TARGET
umount /Volumes/MapsWithMe
rm MapsWithMe.dmg
macdeployqt MapsWithMe.app -dmg
)