Add windows build scripts
This commit is contained in:
parent
f4613c7786
commit
5246ac8d93
2 changed files with 6 additions and 0 deletions
3
compile.bat
Normal file
3
compile.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
|
||||
flutter build windows
|
3
run_hive_generator.bat
Normal file
3
run_hive_generator.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
|
||||
dart run build_runner build
|
Loading…
Reference in a new issue