mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-03-12 04:36:22 -07:00
Autobuild, fixed client path
This commit is contained in:
parent
d096c4086a
commit
981e8849fc
setup/autobuild/rrg
@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
cd client
|
||||
cd %~dp0client
|
||||
call setup.bat
|
||||
::If you want to force the COM port add it to the line, example:
|
||||
::bash pm3-flash-all COM3
|
||||
|
@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
cd client
|
||||
cd %~dp0client
|
||||
call setup.bat
|
||||
::If you want to force the COM port add it to the line, example:
|
||||
::bash pm3-flash-bootrom COM3
|
||||
|
@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
cd client
|
||||
cd %~dp0client
|
||||
call setup.bat
|
||||
::If you want to force the COM port add it to the line, example:
|
||||
::bash pm3-flash-fullimage COM3
|
||||
|
@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
cd client
|
||||
cd %~dp0client
|
||||
call setup.bat
|
||||
::If you want to force the COM port use the -p parameter, example:
|
||||
::bash pm3 -p COM3
|
||||
|
Loading…
x
Reference in New Issue
Block a user