forked from extern/doc.rustdesk.com
fix web build
This commit is contained in:
parent
dc8b38f1af
commit
102fb7dd2b
@ -15,13 +15,14 @@ cd rustdesk/flutter/web/js
|
||||
npm install ts-proto
|
||||
yarn build
|
||||
|
||||
# about details of yuv converter, check this https://github.com/rustdesk/rustdesk/issues/364#issuecomment-1023562050
|
||||
cd ..
|
||||
|
||||
# download libs to flutter/web/libs
|
||||
cd ../libs
|
||||
# about details of yuv converter, check this https://github.com/rustdesk/rustdesk/issues/364#issuecomment-1023562050
|
||||
wget https://github.com/rustdesk/doc.rustdesk.com/releases/download/console/web_deps.tar.gz
|
||||
tar xzf web_deps.tar.gz
|
||||
|
||||
cd ..
|
||||
|
||||
# Good Luck!
|
||||
flutter run -d chrome
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user