mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 10:46:51 -07:00
Fix macOS Build Filename
This commit is contained in:
parent
bf4a3f4020
commit
14c2e4da9b
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ matrix:
|
|||
- scripts/travis-build.sh
|
||||
- cp -a build/gui/chiaki.app Chiaki.app
|
||||
- /usr/local/opt/qt/bin/macdeployqt Chiaki.app -dmg
|
||||
- export DEPLOY_FILE="Chiaki-macOS-${CHIAKI_VERSION}-x86_64.dmg"
|
||||
- export DEPLOY_FILE="Chiaki-${CHIAKI_VERSION}-macOS-x86_64.dmg"
|
||||
- mv Chiaki.dmg "$DEPLOY_FILE"
|
||||
- cmake -DCHIAKI_VERSION="${CHIAKI_VERSION}" -DCHIAKI_DMG="${DEPLOY_FILE}" -DCHIAKI_CASK_OUT=chiaki.rb -P scripts/configure-cask.cmake
|
||||
- echo "------------------- chiaki.rb cask -------------------"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue