Skip to content

Commit c3f702f

Browse files
committed
Merge remote-tracking branch 'origin/osx'
2 parents b8eb609 + a286e53 commit c3f702f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

build_osxbundle.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/bin/sh
22

3-
BUILD_DIR=./bin/linux/release/rdm.app/Contents/
3+
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
46

5-
cp -f ./redis-desktop-manager/Info.plist $BUILD_DIR/Info.plist
6-
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

Comments
 (0)