mirror of
https://github.com/2dust/v2rayN.git
synced 2025-11-30 19:52:52 +00:00
* Refactor AppRun script generation in packaging * Update minimum kernel version requirement to 6.13 * Update minimum kernel version requirement to 5.14 * Revise runtime dependencies with version constraints Updated runtime dependencies for package-rhel.sh to include version constraints and additional requirements. * Modify package dependencies in package-debian.sh Updated package dependencies to include libc6, fontconfig, coreutils, and bash. * Remove AppImage packaging and upload steps Removed AppImage packaging and upload steps from the workflow. * Delete package-appimage.sh * Simplify environment checks in Utils.cs Removed checks for APPIMAGE environment variable and mount path. * Update v2rayN.slnx * Remove package scripts from v2rayN solution Removed references to package-appimage.sh and pkg2appimage.yml from the solution file.
22 lines
951 B
Text
22 lines
951 B
Text
<Solution>
|
|
<Folder Name="/GitHub Action/">
|
|
<File Path="../.github/workflows/build-all.yml" />
|
|
<File Path="../.github/workflows/build-linux.yml" />
|
|
<File Path="../.github/workflows/build-osx.yml" />
|
|
<File Path="../.github/workflows/build-windows-desktop.yml" />
|
|
<File Path="../.github/workflows/build-windows.yml" />
|
|
<File Path="../.github/workflows/winget-publish.yml" />
|
|
<File Path="../package-debian.sh" />
|
|
<File Path="../package-osx.sh" />
|
|
<File Path="../package-release-zip.sh" />
|
|
</Folder>
|
|
<Folder Name="/Solution Files/">
|
|
<File Path="Directory.Build.props" />
|
|
<File Path="Directory.Packages.props" />
|
|
</Folder>
|
|
<Project Path="AmazTool/AmazTool.csproj" />
|
|
<Project Path="GlobalHotKeys/src/GlobalHotKeys/GlobalHotKeys.csproj" />
|
|
<Project Path="ServiceLib/ServiceLib.csproj" />
|
|
<Project Path="v2rayN.Desktop/v2rayN.Desktop.csproj" />
|
|
<Project Path="v2rayN/v2rayN.csproj" />
|
|
</Solution>
|