瀏覽代碼

Chore: drop deprecated files

SukkaW 1 年之前
父節點
當前提交
a2fe13e50a
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      Build/build-deprecate-files.ts

+ 3 - 1
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) => {