Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/osx'
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Nov 1, 2013
2 parents b8eb609 + a286e53 commit c3f702f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions build_osxbundle.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/sh

BUILD_DIR=./bin/linux/release/rdm.app/Contents/
BUNDLE_PATH=./bin/linux/release/rdm.app
BUILD_DIR=$BUNDLE_PATH/Contents/
MAC_TOOL=/Users/administrator/Qt5.1.1/5.1.1/clang_64/bin/macdeployqt

cp -f ./redis-desktop-manager/Info.plist $BUILD_DIR/Info.plist
cp -f ./redis-desktop-manager/rdm.icns $BUILD_DIR/Resources/rdm.icns
cp -f ./redis-desktop-manager/Info.plist $BUILD_DIR/
cp -f ./redis-desktop-manager/rdm.icns $BUILD_DIR/Resources/

$MAC_TOOL $BUNDLE_PATH -dmg

0 comments on commit c3f702f

Please sign in to comment.