update windows batch scripts
This commit is contained in:
parent
27df3d871e
commit
f043e3ee99
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
@echo off
|
||||
|
||||
call run_hive_generator.bat
|
||||
flutter build windows
|
||||
call flutter build windows
|
|
@ -1,5 +1,5 @@
|
|||
@echo off
|
||||
|
||||
|
||||
flutter doctor
|
||||
dart run build_runner build
|
||||
call flutter doctor
|
||||
call dart run build_runner build
|
Loading…
Reference in a new issue