mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 12:35:46 +00:00
Update package-rhel.sh
This commit is contained in:
parent
be28b24362
commit
780d25f3e5
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ build_for_arch() {
|
||||||
local RID_DIR="$rid"
|
local RID_DIR="$rid"
|
||||||
local PUBDIR
|
local PUBDIR
|
||||||
PUBDIR="$(dirname "$PROJECT")/bin/Release/net8.0/${RID_DIR}/publish"
|
PUBDIR="$(dirname "$PROJECT")/bin/Release/net8.0/${RID_DIR}/publish"
|
||||||
[[ -d "$PUBDIR" ]]
|
[[ -d "$PUBDIR" ]] || { echo "Publish directory not found: $PUBDIR"; return 1; }
|
||||||
|
|
||||||
# Per-arch working area
|
# Per-arch working area
|
||||||
local PKGROOT="v2rayN-publish"
|
local PKGROOT="v2rayN-publish"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue