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
|
@echo off
|
||||||
|
|
||||||
call run_hive_generator.bat
|
call run_hive_generator.bat
|
||||||
flutter build windows
|
call flutter build windows
|
|
@ -1,5 +1,5 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
|
|
||||||
flutter doctor
|
call flutter doctor
|
||||||
dart run build_runner build
|
call dart run build_runner build
|
Loading…
Add table
Add a link
Reference in a new issue