Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Moexin authored Jul 6, 2024
1 parent c2ffe9c commit 9e0890b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function GetData() {
"https://raw.githubusercontent.com/pexcn/gfwlist-extras/master/gfwlist-extras.txt"
)
gfwlist2agh_modify=(
"https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/source/data/data_modify.txt"
"https://raw.githubusercontent.com/Moexin/AdGuardHome-ByPass/Files/.github/custom.txt"
)
rm -rf ./gfwlist2* ./Temp && mkdir ./Temp && cd ./Temp
for cnacc_domain_task in "${!cnacc_domain[@]}"; do
Expand Down Expand Up @@ -524,4 +524,4 @@ GetData
# Call AnalyseData
AnalyseData
# Call OutputData
OutputData
OutputData

0 comments on commit 9e0890b

Please sign in to comment.