Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
computergeek1507 authored Nov 28, 2023
1 parent d706d7c commit 4efbef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: macdeployqt
run: macdeployqt ${{ github.workspace }}/build/ScottPlayer.app -dmg -verbose=3
run: macdeployqt ${{ github.workspace }}/build/xDXFViewer.app -dmg -verbose=3

- name: Build DMG
run: create-dmg xDXFViewer.dmg ./build/xDXFViewer.app
Expand Down

0 comments on commit 4efbef9

Please sign in to comment.