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