From 5eeb4de1dd542908a48ca078024fc6356b2836ab Mon Sep 17 00:00:00 2001 From: star9029 Date: Tue, 15 Aug 2023 23:17:34 +0800 Subject: [PATCH] remove kind --- packages/y/yy-thunks/xmake.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/y/yy-thunks/xmake.lua b/packages/y/yy-thunks/xmake.lua index 297dba9e924..5bfb854b66f 100644 --- a/packages/y/yy-thunks/xmake.lua +++ b/packages/y/yy-thunks/xmake.lua @@ -1,5 +1,4 @@ package("yy-thunks") - set_kind("binary") set_homepage("https://github.com/Chuyu-Team/YY-Thunks") set_description("Fix DecodePointer, EncodePointer,RegDeleteKeyEx etc. APIs not found in Windows XP RTM.") set_license("MIT")