mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 06:36:11 -04:00
Replace all references to python with python3 instead, close #33
This commit is contained in:
parent
51afd310a5
commit
f8299568fb
8 changed files with 23 additions and 23 deletions
|
@ -14,10 +14,10 @@ dirs:
|
|||
@mkdir -p ./build/images
|
||||
|
||||
pages:
|
||||
python ./build.py
|
||||
python3 ./build.py
|
||||
|
||||
pages-debug:
|
||||
python ./build.py --no-gz --no-remap
|
||||
python3 ./build.py --no-gz --no-remap
|
||||
|
||||
sourcepack:
|
||||
@echo Packing firmware sources...
|
||||
|
@ -44,4 +44,4 @@ site: clean external dirs data sourcepack pages
|
|||
local: clean external dirs data sourcepack pages-debug
|
||||
|
||||
serve:
|
||||
python -m http.server 7777 --bind 127.0.0.1 --directory ./build
|
||||
python3 -m http.server 7777 --bind 127.0.0.1 --directory ./build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue