From eec6b0c250729e20c6781934a90bb632878496d1 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Mon, 6 Dec 2010 18:54:04 +0000 Subject: [PATCH] [Mac] Script to create distributable dmg --- tools/unix/create_mac_image.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tools/unix/create_mac_image.sh diff --git a/tools/unix/create_mac_image.sh b/tools/unix/create_mac_image.sh new file mode 100755 index 0000000000..8dc69e6c55 --- /dev/null +++ b/tools/unix/create_mac_image.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cd ../../../omim-build-release/out/release +umount /Volumes/MapsWithMe +rm MapsWithMe.dmg +macdeployqt MapsWithMe.app -dmg