We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88458ae commit 77440c8Copy full SHA for 77440c8
.github/workflows/BuildPR.yml
@@ -216,7 +216,7 @@ jobs:
216
echo "Deploying DLTViewer.app with macdeployqt"
217
$QT_ROOT_DIR/bin/macdeployqt build/install/DLTViewer.app -verbose=1 -dmg \
218
-libpath=$(pwd)/build/install/DLTViewer.app/Contents/Frameworks \
219
- -executable=$(pwd)/build/install/DLTViewer.app/Contents/MacOS/dlt-viewer
+ -executable=$(pwd)/build/install/DLTViewer.app/Contents/MacOS/plugins/libdltviewerplugin.so
220
221
- name: Misc
222
run: |
0 commit comments