6 lines
113 B
Batchfile
6 lines
113 B
Batchfile
|
|
if "%1"=="/copy" (
|
||
|
|
py tools/windows/build_test.py --copy True
|
||
|
|
) else (
|
||
|
|
py tools/windows/build_test.py
|
||
|
|
)
|