forked from organicmaps/organicmaps
[Mac] Script to create distributable dmg
This commit is contained in:
parent
e1d66f486f
commit
eec6b0c250
1 changed files with 6 additions and 0 deletions
6
tools/unix/create_mac_image.sh
Executable file
6
tools/unix/create_mac_image.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ../../../omim-build-release/out/release
|
||||
umount /Volumes/MapsWithMe
|
||||
rm MapsWithMe.dmg
|
||||
macdeployqt MapsWithMe.app -dmg
|
Loading…
Add table
Reference in a new issue