mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-21 10:45:23 -04:00
🚀 remove python3 virtualenv commands
This commit is contained in:
parent
1d73b9b61a
commit
6e0a8c5ae4
1 changed files with 4 additions and 5 deletions
|
@ -21,14 +21,13 @@ clean:
|
|||
@fi
|
||||
|
||||
setup: setup.py
|
||||
@test -d venv || python3 -m venv venv
|
||||
@. venv/bin/activate; python3 setup.py install --record files.txt
|
||||
@python3 setup.py install --user --record files.txt
|
||||
|
||||
build: setup build.py
|
||||
@. venv/bin/activate; python3 build.py --xsizes $(X_SIZES) --win-size $(WIN_SIZE) --win-canvas-size $(WIN_CANVAS_SIZE)
|
||||
@python3 build.py --xsizes $(X_SIZES) --win-size $(WIN_SIZE) --win-canvas-size $(WIN_CANVAS_SIZE)
|
||||
|
||||
build_unix: setup build.py
|
||||
@. venv/bin/activate; python3 build.py unix --xsizes $(X_SIZES)
|
||||
@python3 build.py unix --xsizes $(X_SIZES)
|
||||
|
||||
build_windows: setup build.py
|
||||
@. venv/bin/activate; python3 build.py windows --win-size $(WIN_SIZE) --win-canvas-size $(WIN_CANVAS_SIZE)
|
||||
@python3 build.py windows --win-size $(WIN_SIZE) --win-canvas-size $(WIN_CANVAS_SIZE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue