File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ jobs:
137137 macdeployqt FastTrack.app -always-overwrite
138138 wget https://raw.githubusercontent.com/tamlok/macdeployqtfix/master/macdeployqtfix.py
139139 cp *.qm FastTrack.app/Contents/Resources/
140+ cp /usr/local/lib/libsharp* FastTrack.app/Contents/Frameworks
140141 python macdeployqtfix.py FastTrack.app/Contents/MacOS/FastTrack ../../Qt/${{ env.QT_VERSION }}/
141142 hdiutil create -volname FastTrack -srcfolder FastTrack.app -ov -format UDZO FastTrack.dmg
142143 - name : upload_artefact
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ jobs:
128128 make
129129 cd build_cli/
130130 macdeployqt FastTrack-cli.app -always-overwrite
131+ cp /usr/local/lib/libsharp* FastTrack-cli.app/Contents/Frameworks
131132 wget https://raw.githubusercontent.com/tamlok/macdeployqtfix/master/macdeployqtfix.py
132133 python macdeployqtfix.py FastTrack-cli.app/Contents/MacOS/FastTrack-cli ../../Qt/${{ env.QT_VERSION }}/
133134 hdiutil create -volname FastTrack-cli -srcfolder FastTrack-cli.app -ov -format UDZO FastTrack-cli.dmg
You can’t perform that action at this time.
0 commit comments