add flutter to readme and fix web

This commit is contained in:
rustdesk
2022-05-12 18:31:17 +08:00
parent 21ad4cb8d8
commit 8852f93cab
4 changed files with 11 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
import os
path = os.path.abspath(os.path.join(os.getcwd(), '..', 'hbb', 'libs', 'hbb_common', 'protos'))
path = os.path.abspath(os.path.join(os.getcwd(), '..', '..', '..', 'libs', 'hbb_common', 'protos'))
if os.name == 'nt':
cmd = r'protoc --ts_proto_opt=esModuleInterop=true --ts_proto_opt=snakeToCamel=false --plugin=protoc-gen-ts_proto=.\node_modules\.bin\protoc-gen-ts_proto.cmd -I "%s" --ts_proto_out=./src/ rendezvous.proto'%path