We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a272b3 commit 095c176Copy full SHA for 095c176
1 file changed
.github/workflows/mac_build_deploy.yml
@@ -86,10 +86,17 @@ jobs:
86
run: |
87
codesign -f -v -s "Developer ID Application: OpenBCI, Inc. (3P82WRGLM8)" $GITHUB_WORKSPACE/application.macosx/OpenBCI_GUI.app
88
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
+
95
- name: Create DMG
96
97
dmgbuild -s release/mac/dmgbuild_settings.py \
98
-D app=$GITHUB_WORKSPACE/application.macosx/OpenBCI_GUI.app \
99
+ -D license_encoding=utf-8 \
100
OpenBCI_GUI $GITHUB_WORKSPACE/application.macosx.dmg
101
102
- name: Sign DMG
0 commit comments