Skip to content

Commit

Permalink
try to build universal binary
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschaMetze committed May 3, 2023
1 parent 225f54a commit f7e1e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Build Executable
run: |
pip install tox
tox -e build_executable -- --name maus_cli_${{ runner.os == 'Windows' && 'win' || runner.os == 'macOS' && 'macos' || 'linux' }} --codesign-identity BC9D64D82416AF9EB2A9487FDBFAB05ED6B39CA3 --windowed
tox -e build_executable -- --name maus_cli_${{ runner.os == 'Windows' && 'win' || runner.os == 'macOS' && 'macos' || 'linux' }} --codesign-identity BC9D64D82416AF9EB2A9487FDBFAB05ED6B39CA3 --windowed --target-arch universal2 --osx-bundle-identifier de.hochfrequenz.maus
- name: Package app
run: |
ditto -c -k --keepParent "dist/maus_cli_macos.app" dist/maus_cli_macos.zip
Expand Down

0 comments on commit f7e1e9c

Please sign in to comment.