Skip to content

Commit 77440c8

Browse files
committed
zzz
Signed-off-by: Viktor Kopp <[email protected]>
1 parent 88458ae commit 77440c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildPR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
echo "Deploying DLTViewer.app with macdeployqt"
217217
$QT_ROOT_DIR/bin/macdeployqt build/install/DLTViewer.app -verbose=1 -dmg \
218218
-libpath=$(pwd)/build/install/DLTViewer.app/Contents/Frameworks \
219-
-executable=$(pwd)/build/install/DLTViewer.app/Contents/MacOS/dlt-viewer
219+
-executable=$(pwd)/build/install/DLTViewer.app/Contents/MacOS/plugins/libdltviewerplugin.so
220220
221221
- name: Misc
222222
run: |

0 commit comments

Comments
 (0)