Files
sing-box/.github/update_cronet.sh
2025-12-09 22:20:27 +08:00

8 lines
202 B
Bash
Executable File

#!/usr/bin/env bash
PROJECTS=$(dirname "$0")/../..
git -C $PROJECTS/cronet-go fetch origin go
go get -x github.com/sagernet/cronet-go/all@$(git -C $PROJECTS/cronet-go rev-parse origin/go)
go mod tidy