This commit is contained in:
Jonas Kvinge 2021-03-03 17:29:37 +01:00
parent a53965b824
commit 315858e410
2 changed files with 3 additions and 3 deletions

View File

@ -1088,7 +1088,7 @@ jobs:
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
run: sudo 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
@ -1168,7 +1168,7 @@ jobs:
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
run: sudo 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,7 +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
- sudo 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