mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
Merge pull request #556 from parhelia512/res
Fix: add Throne.png to linux package
This commit is contained in:
commit
b138e7c9d8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 ../../
|
||||
|
||||
Loading…
Reference in New Issue
Block a user