Skip to content

Commit

Permalink
Merge pull request #720 from nechry/main
Browse files Browse the repository at this point in the history
MacOS update script
  • Loading branch information
zarath authored Oct 27, 2024
2 parents 6bcc5ca + 42bdbe0 commit 56d6bf4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,12 @@ cover/*
MANIFEST
**/_version.py
.flatpak-builder/*
macbuildenv/*
NanoVNASaver.spec

# Per-project virtualenvs
.venv*/
.conda*/
.python-version


4 changes: 2 additions & 2 deletions build-macos-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ python3 -m venv ${VENV_DIR}
. ./${VENV_DIR}/bin/activate

# install required dependencies (pyqt libs must be installed on the system)
python3 -m pip install pip==23.0.1 setuptools==67.6.0
python3 -m pip install pip==24.2 setuptools==75.2.0
pip install -r requirements.txt
pip install PyInstaller==5.9.0
pip install PyInstaller==6.11.0

python3 setup.py -V

Expand Down

0 comments on commit 56d6bf4

Please sign in to comment.