We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8eb609 + a286e53 commit c3f702fCopy full SHA for c3f702f
build_osxbundle.sh
@@ -1,6 +1,10 @@
1
#!/bin/sh
2
3
-BUILD_DIR=./bin/linux/release/rdm.app/Contents/
+BUNDLE_PATH=./bin/linux/release/rdm.app
4
+BUILD_DIR=$BUNDLE_PATH/Contents/
5
+MAC_TOOL=/Users/administrator/Qt5.1.1/5.1.1/clang_64/bin/macdeployqt
6
-cp -f ./redis-desktop-manager/Info.plist $BUILD_DIR/Info.plist
-cp -f ./redis-desktop-manager/rdm.icns $BUILD_DIR/Resources/rdm.icns
7
+cp -f ./redis-desktop-manager/Info.plist $BUILD_DIR/
8
+cp -f ./redis-desktop-manager/rdm.icns $BUILD_DIR/Resources/
9
+
10
+$MAC_TOOL $BUNDLE_PATH -dmg
0 commit comments