update windows batch scripts

This commit is contained in:
zontreck 2023-11-05 03:56:32 -07:00
parent 27df3d871e
commit f043e3ee99
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
@echo off
call run_hive_generator.bat
flutter build windows
call flutter build windows

View file

@ -1,5 +1,5 @@
@echo off
flutter doctor
dart run build_runner build
call flutter doctor
call dart run build_runner build