Skip to content

Commit ad9bc9a

Browse files
committed
new osx *.dmg creation
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
1 parent ffc3fc1 commit ad9bc9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ matrix:
2323

2424
before_install:
2525
- 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) ;
2828
echo "CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}" ;
2929
fi
3030
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then pip install cmake --user; fi
@@ -42,7 +42,7 @@ script:
4242
cd openhantek ;
4343
macdeployqt OpenHantek.app -always-overwrite -verbose=2 ;
4444
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 ;
4646
ls -lhAFRO@ OpenHantek.* ;
4747
xattr -l OpenHantek.dmg ;
4848
cd .. ;

openhantek/src/OH_BUILD.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Do not edit, will be re-created at each commit!
2-
#define OH_BUILD "20191105 build 538"
2+
#define OH_BUILD "20191105 build 539"

0 commit comments

Comments
 (0)