Skip to content

Commit e3c36dc

Browse files
committed
More stuff.
1 parent 078c65e commit e3c36dc

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/package/osx/action.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,12 @@ runs:
2323
run: |
2424
set -ex
2525
26-
ls -R build/
26+
// Make macdeployqt user rwx
27+
ls -larth ./build/frontend/deploy/qt/bin/macdeployqt
28+
chmod a+rwx ./build/frontend/deploy/qt/bin/macdeployqt
2729
2830
./prep-dmg -a jv2 -v ${{ env.jv2Version }} -b build/frontend/build/bin/jv2.app/Contents/MacOS/jv2 -d ./build/frontend/deploy/qt -i extra/jv2_1024.png -p build/frontend/build/bin/jv2.app/Contents/Info.plist
2931
30-
- name: Create Images
31-
shell: bash
32-
run: |
33-
set -ex
34-
macdeployqt build/jv2.app
35-
3632
- name: Rename Artifacts
3733
shell: bash
3834
run: |

0 commit comments

Comments
 (0)