Add commit helper to compile scripts
This commit is contained in:
parent
63553a82a2
commit
3eb1d0e691
2 changed files with 5 additions and 3 deletions
|
@ -13,7 +13,7 @@ cd dart
|
|||
mkdir out
|
||||
call dart pub get
|
||||
|
||||
|
||||
call dart compile exe -o out\\gch.exe bin\\ch.dart
|
||||
call dart compile exe -o out\\dbikc.exe bin\\dbikc.dart
|
||||
call dart compile exe -o out\\uuidgen.exe bin\\uuidgen.dart
|
||||
call dart compile exe -o out\\mkfsreport.exe bin\\mkfsreport.dart
|
||||
|
|
|
@ -10,6 +10,8 @@ cd dart
|
|||
mkdir out
|
||||
dart pub get
|
||||
|
||||
|
||||
dart compile exe -o out/gch-linux-x64 bin/ch.dart
|
||||
dart compile exe -o out/dbikc-linux-x64 bin/dbikc.dart
|
||||
dart compile exe -o out/mkfsreport-linux-x64 bin/mkfsreport.dart
|
||||
dart compile exe -o out/nbt2snbt-linux-x64 bin/nbt2snbt.dart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue