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) => {