Merge pull request #556 from parhelia512/res

Fix: add Throne.png to linux package
This commit is contained in:
parhelia512 2025-07-21 20:07:01 +08:00 committed by GitHub
commit b138e7c9d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -245,7 +245,7 @@ jobs:
source script/env_deploy.sh
find . -name artifacts.tgz | xargs -n1 tar xvzf
cd deployment
rm -rf *.pdb win*/*.pdb win*/*.png
rm -rf *.pdb win*/*.pdb
####
bash ../script/pack_debian.sh ${{ github.event.inputs.tag }}
mv Throne.deb $version_standalone-debian-x64.deb

View File

@ -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

View File

@ -17,6 +17,9 @@ mkdir -p $DEST
#### copy binary ####
cp $BUILD/Throne $DEST
#### copy Throne.png ####
cp ./res/public/Throne.png $DEST
cd download-artifact
cd *linux-$ARCH
tar xvzf artifacts.tgz -C ../../