test
This commit is contained in:
parent
dfde7f02e6
commit
fc653f8f45
1 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,8 @@
|
|||
set BUILDER=%1
|
||||
|
||||
PATH=%PATH_WIN%
|
||||
|
||||
SET BuildData > build_data.conf
|
||||
|
||||
dart run "%BUILDER%/bin/main.dart" exe -j
|
||||
SET BUILDER=%~dp0
|
||||
echo %BUILDER:~0,-1%
|
||||
cd "%BUILDER%/../../."
|
||||
: dart run "./bin/main.dart" exe -j
|
||||
Loading…
Reference in a new issue