Skip to content

Commit

Permalink
[Github:MacOS] Use venv for macos building.
Browse files Browse the repository at this point in the history
Co-Authored-By: Spotlight <spotlight@joscomputing.space>
  • Loading branch information
HotaruBlaze and spotlightishere committed May 10, 2024
1 parent 9415c36 commit 301efae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/bash
python3 -m venv --upgrade-deps venv
source venv/bin/activate
cd ../client
python3 -m pip install -r requirements.txt py2app GitPython
python3 _version.py
Expand Down
2 changes: 2 additions & 0 deletions scripts/macos-universal2/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
python3 -m venv --upgrade-deps venv
source venv/bin/activate
python3 -m pip install wheel PyQt6
bash prep-PyQt.sh
cd ../../client
Expand Down

0 comments on commit 301efae

Please sign in to comment.