Skip to content

Commit

Permalink
removing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-courtney-pieces committed Sep 10, 2024
1 parent 48016a3 commit aa86721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: |
arch -x86_64 /usr/bin/env bash -c "
source venv_x86_64/bin/activate &&
CFLAGS='-arch x86_64' LDFLAGS='-arch x86_64' poetry run pyinstaller -c --onefile src/pieces/app.py --hidden-import=pydantic_core --name=pieces-x86_64 --codesign-identity="Developer ID Application: Mesh Intelligent Technologies, Inc. (287L9TU9JL)"
CFLAGS='-arch x86_64' LDFLAGS='-arch x86_64' poetry run pyinstaller -c --onefile src/pieces/app.py --hidden-import=pydantic_core --name=pieces-x86_64 --codesign-identity='Developer ID Application: Mesh Intelligent Technologies, Inc. (287L9TU9JL)'
"
### Combine the binaries into a Universal Binary
Expand Down

0 comments on commit aa86721

Please sign in to comment.