diff --git a/script/build_public_res.sh b/script/build_public_res.sh index 7a3b7f8..8bf408f 100755 --- a/script/build_public_res.sh +++ b/script/build_public_res.sh @@ -9,6 +9,3 @@ mkdir -p $DEST #### Download geodata #### curl -fLso $DEST/geoip.db "https://github.com/SagerNet/sing-geoip/releases/latest/download/geoip.db" curl -fLso $DEST/geosite.db "https://github.com/SagerNet/sing-geosite/releases/latest/download/geosite.db" - -#### copy Throne.png #### -cp res/public/Throne.png $DEST