From a2fe13e50a7bf71d3798ff75a4c4e8906b50cbdf Mon Sep 17 00:00:00 2001 From: SukkaW Date: Mon, 23 Sep 2024 20:38:00 +0800 Subject: [PATCH] Chore: drop deprecated files --- Build/build-deprecate-files.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Build/build-deprecate-files.ts b/Build/build-deprecate-files.ts index e6447018..5f3d070d 100644 --- a/Build/build-deprecate-files.ts +++ b/Build/build-deprecate-files.ts @@ -15,7 +15,9 @@ const REMOVED_FILES = [ 'List/domainset/steam.conf', 'List/internal/appprofile.php', 'Clash/domainset/steam.txt', - 'sing-box/domainset/steam.json' + 'sing-box/domainset/steam.json', + 'Modules/sukka_unlock_abema.sgmodule', + 'Modules/sukka_exclude_reservered_ip.sgmodule' ]; export const buildDeprecateFiles = task(require.main === module, __filename)((span) => span.traceChildAsync('create deprecated files', async (childSpan) => {