Document standalone runtime behavior

This commit is contained in:
MaxFan
2026-05-11 16:52:08 +03:30
parent f157e6f100
commit b60d5401e4
2 changed files with 14 additions and 2 deletions
+6 -2
View File
@@ -21,12 +21,16 @@ Public downloads should be attached to GitHub Releases after the checklist is co
## Build
Requirements:
End-user requirements for the recommended standalone release:
- Windows 10/11
- 64-bit Windows (`win-x64`). 32-bit Windows is not supported by the current release package.
- .NET 8 SDK
- Administrator privileges when running the app, because route and packet interception features need elevated access
- No separate .NET Runtime installation is required for the self-contained standalone EXE.
Developer requirements for building from source:
- .NET 8 SDK
```powershell
dotnet build AppTunnel.sln -c Release