nekoray_Mahdi-zarei/script/build_public_res.sh
parhelia512 b998d38a1c
fix: deb package
Add missing Throne.png. #546
2025-07-19 02:26:29 +08:00

15 lines
398 B
Bash
Executable File

#!/bin/bash
set -e
source script/env_deploy.sh
DEST=$DEPLOYMENT/public_res
rm -rf $DEST
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