From 102fb7dd2b112d5ee513cb121537da09d68fd748 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Wed, 18 May 2022 01:54:39 +0800 Subject: [PATCH] fix web build --- content/dev/build/web/_index.en.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/dev/build/web/_index.en.md b/content/dev/build/web/_index.en.md index d8d6435..2c9e227 100644 --- a/content/dev/build/web/_index.en.md +++ b/content/dev/build/web/_index.en.md @@ -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 ```