From 04ffca2dd5f8b8e01be3ead60578cff1e762c570 Mon Sep 17 00:00:00 2001 From: chaoyangc Date: Wed, 18 Aug 2021 16:22:07 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0patch=EF=BC=8C=E5=AF=B9?= =?UTF-8?q?=E9=BD=90=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chaoyangc --- linkboy.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linkboy.patch b/linkboy.patch index b09af82..aff7aa9 100644 --- a/linkboy.patch +++ b/linkboy.patch @@ -1,11 +1,11 @@ diff --git a/app/BUILD.gn b/app/BUILD.gn -index 60b7973..d347e43 100755 +index 60b7973..3004d53 100755 --- a/app/BUILD.gn +++ b/app/BUILD.gn @@ -16,5 +16,6 @@ import("//build/lite/config/component/lite_component.gni") lite_component("app") { features = [ "startup", -+ "linkboy:main", ++ "linkboy:main", ] } -- Gitee From d51b3a92a1c58b9d7c81188a92c80ab4915da2f8 Mon Sep 17 00:00:00 2001 From: chaoyangc Date: Wed, 18 Aug 2021 16:31:09 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0patch=EF=BC=8C=E5=AF=B9?= =?UTF-8?q?=E9=BD=90=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chaoyangc --- linkboy.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkboy.patch b/linkboy.patch index aff7aa9..56c7bf0 100644 --- a/linkboy.patch +++ b/linkboy.patch @@ -6,6 +6,6 @@ index 60b7973..3004d53 100755 lite_component("app") { features = [ "startup", -+ "linkboy:main", ++ "linkboy/vos:main", ] } -- Gitee