mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-25 11:14:26 +08:00
- Create wrapper script for AirAppRuntime that sets DOTNET_ROOT - AirAppRuntime now uses the .NET runtime from the main app directory - Reduces package size by avoiding duplicate .NET runtime files - Improves compatibility for Linux packaging formats (DEB, Linglong) This change ensures that on Linux, AirAppRuntime shares the self-contained .NET runtime from the main application instead of requiring a system-wide .NET installation.