mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
fix
This commit is contained in:
7
.github/workflows/build-qv2ray-cmake.yml
vendored
7
.github/workflows/build-qv2ray-cmake.yml
vendored
@@ -159,9 +159,10 @@ jobs:
|
||||
path: download-artifact
|
||||
- name: Pack
|
||||
run: |
|
||||
source libs/deploy_common.sh
|
||||
curl -Lo - https://github.com/tcnksm/ghr/releases/download/v0.13.0/ghr_v0.13.0_linux_amd64.tar.gz | tar xzv
|
||||
mv ghr*linux_amd64/ghr .
|
||||
####
|
||||
source libs/deploy_common.sh
|
||||
find . -name artifacts.tgz | xargs -n1 tar xvzf
|
||||
cd deployment
|
||||
cp -r public_res/* linux64
|
||||
@@ -179,7 +180,11 @@ jobs:
|
||||
if: github.event.inputs.publish != 'y'
|
||||
run: |
|
||||
source libs/deploy_common.sh
|
||||
find . -name artifacts.tgz | xargs -n1 tar xvzf
|
||||
cd deployment
|
||||
cp -r public_res/* linux64
|
||||
cp -r public_res/* windows64
|
||||
rm -rf public_res *.pdb
|
||||
####
|
||||
sudo bash ../libs/package_debian.sh ${{ github.event.inputs.tag }}
|
||||
mv nekoray.deb $version_standalone-debian-x64.deb
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <QFileInfo>
|
||||
|
||||
#define BOX_UNDERLYING_DNS NekoRay::dataStore->core_box_underlying_dns.isEmpty() ? "underlying://0.0.0.0" : NekoRay::dataStore->core_box_underlying_dns
|
||||
#define BOX_UNDERLYING_DNS_EXPORT NekoRay::dataStore->core_box_underlying_dns.isEmpty() ? "local" : NekoRay::dataStore->core_box_underlying_dns
|
||||
#define BOX_UNDERLYING_DNS_EXPORT NekoRay::dataStore->core_box_underlying_dns.isEmpty() ? (status->forExport ? "local" : "underlying://0.0.0.0") : NekoRay::dataStore->core_box_underlying_dns
|
||||
|
||||
namespace NekoRay {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user