Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fanck0605 authored Oct 22, 2023
1 parent 2318c5d commit 95f7700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fetch_clash_download_urls() {

echo >&2 "Fetching Clash download urls..."
local LATEST_VERSIONS
readarray -t LATEST_VERSIONS <<<"$(curl -sL https://github.com/vernesong/OpenClash/raw/master/core_version)"
readarray -t LATEST_VERSIONS <<<"$(curl -sL https://github.com/vernesong/OpenClash/raw/core/dev/core_version)"
readonly LATEST_VERSIONS

echo https://github.com/vernesong/OpenClash/raw/core/master/dev/clash-linux-"$CPU_ARCH".tar.gz
Expand Down

0 comments on commit 95f7700

Please sign in to comment.