forked from organicmaps/organicmaps
[mac] Updated dmg generation scripts
This commit is contained in:
parent
b827630323
commit
ac635d5a4a
2 changed files with 15 additions and 1 deletions
10
tools/unix/create_mac_image_debug.sh
Executable file
10
tools/unix/create_mac_image_debug.sh
Executable 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
|
|
@ -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
|
Loading…
Add table
Reference in a new issue