Create symbolic link to make macdeployqt find plugins

This commit is contained in:
Jonas Kvinge 2021-03-03 02:04:19 +01:00
parent cf973c3f25
commit a53965b824
2 changed files with 7 additions and 0 deletions

View File

@ -1086,6 +1086,9 @@ jobs:
working-directory: build
shell: bash
run: make install
- name: Hack to make macdeployqt find plugins
shell: bash
run: ln -s /usr/local/Cellar/qt/$(ls /usr/local/Cellar/qt/ | tail -n1)/share/qt/plugins /usr/local/plugins
- name: Create DMG
working-directory: build
shell: bash
@ -1163,6 +1166,9 @@ jobs:
working-directory: build
shell: bash
run: make install
- name: Hack to make macdeployqt find plugins
shell: bash
run: ln -s /usr/local/Cellar/qt/$(ls /usr/local/Cellar/qt/ | tail -n1)/share/qt/plugins /usr/local/plugins
- name: Create DMG
working-directory: build
shell: bash

View File

@ -31,6 +31,7 @@ before_script:
script:
- make -j8
- make install
- ln -s /usr/local/Cellar/qt/$(ls /usr/local/Cellar/qt/ | tail -n1)/share/qt/plugins /usr/local/plugins
- make dmg2
after_success:
- ls -lh strawberry*.dmg