Browse Source

Fix browserforwarder not updated

世界 4 years ago
parent
commit
48a750518c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/update_assets.sh

+ 1 - 1
bin/update_assets.sh

@@ -6,7 +6,7 @@ mkdir -p app/src/main/assets/v2ray
 curl -L -o app/src/main/assets/v2ray/geoip.dat "https://github.com/v2fly/geoip/raw/release/geoip.dat"
 curl -L -o app/src/main/assets/v2ray/geosite.dat "https://github.com/v2fly/domain-list-community/raw/release/dlc.dat"
 
-curl -L -o v2ray-extra.zip https://github.com/v2fly/v2ray-core/releases/download/v4.37.3/v2ray-extra.zip
+curl -L -o v2ray-extra.zip https://github.com/v2fly/v2ray-core/releases/download/v4.39.1/v2ray-extra.zip
 unzip -o v2ray-extra.zip -d app/src/main/assets
 rm v2ray-extra.zip
 mv app/src/main/assets/browserforwarder/* app/src/main/assets/v2ray