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 078c65e commit e3c36dcCopy full SHA for e3c36dc
.github/workflows/package/osx/action.yml
@@ -23,16 +23,12 @@ runs:
23
run: |
24
set -ex
25
26
- ls -R build/
+ // Make macdeployqt user rwx
27
+ ls -larth ./build/frontend/deploy/qt/bin/macdeployqt
28
+ chmod a+rwx ./build/frontend/deploy/qt/bin/macdeployqt
29
30
./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
31
- - name: Create Images
- shell: bash
32
- run: |
33
- set -ex
34
- macdeployqt build/jv2.app
35
-
36
- name: Rename Artifacts
37
shell: bash
38
0 commit comments