Skip to content

Commit

Permalink
Windows: Modernise build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendade committed Nov 24, 2024
1 parent 0a7da32 commit 53b623b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions MAVProxy/MAVProxyWinLAN.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cd ..\
python setup.py build install --user
python .\MAVProxy\mavproxy.py --master=0.0.0.0:14550 --console
python.exe -m pip install . --user
python.exe .\MAVProxy\mavproxy.py --master=0.0.0.0:14550 --console
pause
4 changes: 2 additions & 2 deletions MAVProxy/MAVProxyWinUSB.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cd ..\
python setup.py build install --user
python .\MAVProxy\mavproxy.py --console
python.exe -m pip install . --user
python.exe .\MAVProxy\mavproxy.py --console
pause
4 changes: 2 additions & 2 deletions MAVProxy/tools/MAVExplorer.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cd ..\..\
python setup.py build install --user
python .\MAVProxy\tools\MAVExplorer.py
python.exe -m pip install --upgrade build . --user
python.exe .\MAVProxy\tools\MAVExplorer.py
pause

0 comments on commit 53b623b

Please sign in to comment.