Commit ad9bc9a 1 parent ffc3fc1 commit ad9bc9a Copy full SHA for ad9bc9a
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ matrix:
23
23
24
24
before_install :
25
25
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
26
- brew update; brew install qt5 fftw binutils ;
27
- export CMAKE_PREFIX_PATH=$(brew --prefix qt5);
26
+ brew update; brew install qt5 fftw binutils create-dmg ;
27
+ export CMAKE_PREFIX_PATH=$(brew --prefix qt5) ;
28
28
echo "CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}" ;
29
29
fi
30
30
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then pip install cmake --user; fi
@@ -42,7 +42,7 @@ script:
42
42
cd openhantek ;
43
43
macdeployqt OpenHantek.app -always-overwrite -verbose=2 ;
44
44
python ../../utils/macdeployqtfix/macdeployqtfix.py OpenHantek.app/Contents/MacOS/OpenHantek ${CMAKE_PREFIX_PATH} ;
45
- macdeployqt OpenHantek.app -dmg -no-plugins -verbose=2 ;
45
+ create -dmg --volname OpenHantek OpenHantek.dmg OpenHantek.app ;
46
46
ls -lhAFRO@ OpenHantek.* ;
47
47
xattr -l OpenHantek.dmg ;
48
48
cd .. ;
Original file line number Diff line number Diff line change 1
1
// Do not edit, will be re-created at each commit!
2
- #define OH_BUILD "20191105 build 538 "
2
+ #define OH_BUILD "20191105 build 539 "
You can’t perform that action at this time.
0 commit comments