5 lines
58 B
Batchfile
5 lines
58 B
Batchfile
@echo off
|
|
cd .\src\app
|
|
au build
|
|
cd ..\..
|
|
exit %errorlevel% |