Skip to content

Commit 095c176

Browse files
committed
Fix CreateDMG step in Mac Build Deploy Action
1 parent 8a272b3 commit 095c176

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/mac_build_deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,17 @@ jobs:
8686
run: |
8787
codesign -f -v -s "Developer ID Application: OpenBCI, Inc. (3P82WRGLM8)" $GITHUB_WORKSPACE/application.macosx/OpenBCI_GUI.app
8888
89+
- name: Debug DMG Build Settings
90+
run: |
91+
echo "Examining license settings in dmgbuild_settings.py..."
92+
cat release/mac/dmgbuild_settings.py
93+
pip install --upgrade dmgbuild
94+
8995
- name: Create DMG
9096
run: |
9197
dmgbuild -s release/mac/dmgbuild_settings.py \
9298
-D app=$GITHUB_WORKSPACE/application.macosx/OpenBCI_GUI.app \
99+
-D license_encoding=utf-8 \
93100
OpenBCI_GUI $GITHUB_WORKSPACE/application.macosx.dmg
94101
95102
- name: Sign DMG

0 commit comments

Comments
 (0)