mirror of
https://github.com/ihaveamac/ninfs.git
synced 2025-06-19 01:15:32 -04:00
BUILDING: update cx-Freeze and Python version for macOS
This commit is contained in:
parent
2c8e99f643
commit
b485852746
@ -1,4 +1,4 @@
|
|||||||
This is still being worked on (as of February 3, 2022).
|
This is still being worked on (as of January 29, 2024).
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ This expects Python 3.8 32-bit to be installed.
|
|||||||
|
|
||||||
Install the dependencies:
|
Install the dependencies:
|
||||||
```batch
|
```batch
|
||||||
py -3.8-32 -m pip install --user --upgrade cx-Freeze==6.10 -r requirements.txt
|
py -3.8-32 -m pip install --user --upgrade "cx-Freeze>=6.15,<6.16" -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
Build the exe:
|
Build the exe:
|
||||||
@ -34,8 +34,8 @@ This needs Python built with universal2 to produce a build with a working GUI. A
|
|||||||
|
|
||||||
Set up a venv, activate it, and install the requirements:
|
Set up a venv, activate it, and install the requirements:
|
||||||
```sh
|
```sh
|
||||||
python3.10 -m venv venv310
|
python3.11 -m venv venv311
|
||||||
source venv310/bin/activate
|
source venv311/bin/activate
|
||||||
pip install --upgrade pyinstaller certifi -r requirements.txt
|
pip install --upgrade pyinstaller certifi -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user