diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 464fcdc3..7bc13ee2 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -214,7 +214,7 @@ jobs: QCOW2_IMAGE: debian13-loong64.qcow2 EFI_CODE: edk2-loongarch64-code.fd EFI_VARS: edk2-loongarch64-vars.fd - QEMU_VERSION: 10.2.3 + QEMU_VERSION: 10.2.4 steps: - name: Prepare host tools shell: bash @@ -364,7 +364,7 @@ jobs: QCOW2_IMAGE: fedora43-loong64.qcow2 EFI_CODE: edk2-loongarch64-code.fd EFI_VARS: edk2-loongarch64-vars.fd - QEMU_VERSION: 10.2.3 + QEMU_VERSION: 10.2.4 steps: - name: Prepare host tools shell: bash diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c31fe42d..f1e06cf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,7 @@ jobs: case( inputs.target == 'macos', 'macos-latest', inputs.target == 'linux', 'ubuntu-24.04', + inputs.target == 'windows', 'windows-latest', 'ubuntu-latest' ) }} @@ -73,10 +74,12 @@ jobs: dotnet-version: '10.0.1xx' - name: Build v2rayN + shell: bash working-directory: ./v2rayN run: dotnet publish $Project -c Release -r $RID -p:SelfContained=true $ExtOpt -o $Output - name: Build AmazTool + shell: bash working-directory: ./v2rayN run: dotnet publish ./AmazTool/AmazTool.csproj -c Release -r $RID -p:SelfContained=true -p:PublishTrimmed=true $ExtOpt -o $Output diff --git a/README.md b/README.md index e543310b..305dc8fc 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ Download the latest release here: [https://github.com/2dust/v2rayN/releases](https://github.com/2dust/v2rayN/releases) + +> [!TIP] +> v2rayN is the desktop version. For the mobile version, please visit the v2rayNG \ +> v2rayN 是电脑版,手机版请访问 v2rayNG +> +> https://github.com/2dust/v2rayNG + --- ## Documentation / 使用文档 diff --git a/v2rayN/Directory.Packages.props b/v2rayN/Directory.Packages.props index 8a674782..db0cd968 100644 --- a/v2rayN/Directory.Packages.props +++ b/v2rayN/Directory.Packages.props @@ -7,8 +7,8 @@ - - + + @@ -27,7 +27,7 @@ - + @@ -36,4 +36,4 @@ - \ No newline at end of file +