Skip to content

Commit fe7ce64

Browse files
committed
Improved osx build script
1 parent d87f9d9 commit fe7ce64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build_osxbundle.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ TAG=$1
88
echo Version: $TAG
99
echo ===========================
1010

11+
rm -fR ./bin/linux/release/*
12+
13+
1114
echo ‘============== Build crash reporter ================’
1215
cd ./crashreporter
1316
qmake
@@ -16,6 +19,7 @@ make -s
1619

1720
echo ‘============== Build rdm ================’
1821
cd ./../redis-desktop-manager/
22+
pwd
1923
sudo sh ./configure
2024
qmake
2125
make -s clean

0 commit comments

Comments
 (0)