mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Create and Deploy dmg
This commit is contained in:
parent
a8e0020e30
commit
8d0f1d7076
1 changed files with 5 additions and 1 deletions
|
@ -46,7 +46,11 @@ matrix:
|
|||
env:
|
||||
- CMAKE_PREFIX_PATH="/usr/local/opt/openssl@1.1;/usr/local/opt/qt"
|
||||
- CMAKE_EXTRA_ARGS=""
|
||||
- DEPLOY_FILE="""
|
||||
- DEPLOY_FILE="Chiaki.dmg"
|
||||
after_success:
|
||||
- cd ..
|
||||
- cp -a build/gui/chiaki.app Chiaki.app
|
||||
- /usr/local/opt/qt/bin/macdeployqt Chiaki.app -dmg
|
||||
|
||||
install:
|
||||
- scripts/build-ffmpeg.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue