빌드 파일 업데이트
This commit is contained in:
parent
1c9a28fb5e
commit
01e554d9aa
1 changed files with 3 additions and 4 deletions
|
|
@ -3,7 +3,6 @@ PATH=%PATH_WIN%
|
|||
SET BuildData > build_data.conf
|
||||
|
||||
SET BUILDER=%~dp0
|
||||
echo %BUILDER:~0,-1%
|
||||
cd "%BUILDER%\..\..\.."
|
||||
echo "%cd%"
|
||||
: dart run "./bin/main.dart" exe -j
|
||||
cd "%BUILDER%..\..\.."
|
||||
echo "===> Build Project Path: %cd%"
|
||||
dart run "./bin/main.dart" exe -j
|
||||
Loading…
Reference in a new issue