mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
fix: ci installer app fix #37
This commit is contained in:
@@ -79,10 +79,8 @@ jobs:
|
||||
- name: Build macOS installer
|
||||
run: |
|
||||
cd installer
|
||||
uv venv
|
||||
uv pip install -e "..[dev]"
|
||||
# Use system Python paths to match local environment
|
||||
PYTHONHOME=/Library/Frameworks/Python.framework/Versions/3.12 \
|
||||
PYTHONPATH=/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12 \
|
||||
uv run python setup.py bdist_mac
|
||||
xattr -dr com.apple.quarantine "build/Basic Memory Installer.app"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user