Format build scripts with shfmt

This commit is contained in:
2025-10-25 03:24:28 +03:00
parent 6b8b2d0b1b
commit 45b6fe4d5a
5 changed files with 269 additions and 183 deletions

View File

@@ -13,12 +13,12 @@ PackagePath="v2rayN-Package-${Arch}"
mkdir -p "${PackagePath}/DEBIAN"
mkdir -p "${PackagePath}/opt"
cp -rf $OutputPath "${PackagePath}/opt/v2rayN"
echo "When this file exists, app will not store configs under this folder" > "${PackagePath}/opt/v2rayN/NotStoreConfigHere.txt"
echo "When this file exists, app will not store configs under this folder" >"${PackagePath}/opt/v2rayN/NotStoreConfigHere.txt"
if [ $Arch = "linux-64" ]; then
Arch2="amd64"
Arch2="amd64"
else
Arch2="arm64"
Arch2="arm64"
fi
echo $Arch2