Revert "Add patch to fix #8276"

This reverts commit d6e40fb7f5.

We do not need this manual patch as it is the part of the code now.
This commit is contained in:
2025-11-10 00:01:57 +03:00
parent 65a8bedb45
commit 2f0299a32d
3 changed files with 0 additions and 35 deletions

View File

@@ -192,9 +192,6 @@ build_for_arch() {
echo "[*] Building for target: $short (RID=$rid, RPM --target $rpm_target)"
# Apply patches before building
git apply ./patches/0001-fix-automatic-connection.patch
# .NET publish (self-contained) for this RID
dotnet restore "$PROJECT"
rm -rf "$(dirname "$PROJECT")/bin/Release/net8.0" || true
@@ -206,9 +203,6 @@ build_for_arch() {
-p:IncludeNativeLibrariesForSelfExtract=true \
-p:StripSymbols=true
# Revert patches after building
git apply -R ./patches/0001-fix-automatic-connection.patch
# Per-arch variables (scoped)
local RID_DIR="$rid"
local PUBDIR