Skip to content

Commit

Permalink
Update generate_clash_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxy27 authored Nov 8, 2024
1 parent 48d1903 commit 29c68dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_clash_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import glob
import sys

input_directory = "./rules/" # 规则文件夹路径
input_directory = "/home/runner/work/SSTap-Rule/SSTap-Rule/rules" # 规则文件夹路径
output_file = "rules.list" # 输出文件名
rule_files = glob.glob("sstap-rules/**/*.rule", recursive=True)
current_directory = os.getcwd()
Expand Down

0 comments on commit 29c68dc

Please sign in to comment.