add build for windows

This commit is contained in:
John Smith 2023-10-10 10:35:31 -04:00
parent 5bc7d68552
commit 6de8ed6c6e
2 changed files with 9 additions and 1 deletions

8
build.bat Normal file
View File

@ -0,0 +1,8 @@
@echo off
dart run build_runner build
pushd lib
protoc --dart_out=proto -I veilid_support\proto -I veilid_support\dht_support\proto -I proto veilidchat.proto
protoc --dart_out=proto -I veilid_support\proto -I veilid_support\dht_support\proto dht.proto
protoc --dart_out=proto -I veilid_support\proto veilid.proto
popd

View File

@ -6,7 +6,7 @@ part of 'router_notifier.dart';
// RiverpodGenerator
// **************************************************************************
String _$routerNotifierHash() => r'5a3527e3890f0746db4cbe051d453b89e5809989';
String _$routerNotifierHash() => r'6f52ed95f090f2d198d358e7526a91511c0a61e5';
/// See also [RouterNotifier].
@ProviderFor(RouterNotifier)