From f4e38eaaa666ed6f98ff92564af8116253ae9979 Mon Sep 17 00:00:00 2001 From: chaoyangc Date: Wed, 18 Aug 2021 14:13:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chaoyangc --- linkboy.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/linkboy.patch b/linkboy.patch index 693ea64..b09af82 100644 --- a/linkboy.patch +++ b/linkboy.patch @@ -1,11 +1,11 @@ diff --git a/app/BUILD.gn b/app/BUILD.gn -index 60b7973..3004d53 100755 +index 60b7973..d347e43 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", - ] - } + lite_component("app") { + features = [ + "startup", ++ "linkboy:main", + ] + } -- Gitee