From b985ced48889cb95ece139c8ba627e09249d6db7 Mon Sep 17 00:00:00 2001 From: Raicuparta Date: Sun, 4 Feb 2024 21:37:46 +0800 Subject: [PATCH 1/4] Default to publishing single file --- UEVR/UEVR.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/UEVR/UEVR.csproj b/UEVR/UEVR.csproj index f24a39d..d3aa89c 100644 --- a/UEVR/UEVR.csproj +++ b/UEVR/UEVR.csproj @@ -11,6 +11,7 @@ $(AssemblyName) praydog UEVRInjector + true https://github.com/praydog/uevr-frontend From e5f91a4a23cd1ff064c5c72472fd92a71a973918 Mon Sep 17 00:00:00 2001 From: Raicuparta Date: Sun, 4 Feb 2024 21:43:30 +0800 Subject: [PATCH 2/4] remove self-contained from workflow builds --- .github/workflows/build.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 353b3c2..81b6b6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x - - run: dotnet publish --configuration Release -r win-x64 --self-contained true + - run: dotnet publish --configuration Release -r win-x64 - name: Compress release run: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 27ae904..8cd5529 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x - - run: dotnet publish --configuration Release -r win-x64 --self-contained true + - run: dotnet publish --configuration Release -r win-x64 - name: Compress release run: | From bf630612649e0a876471d2fab8b3012fbb6cd67a Mon Sep 17 00:00:00 2001 From: Raicuparta Date: Sun, 4 Feb 2024 21:53:54 +0800 Subject: [PATCH 3/4] Remove runtime identifier from workflow builds --- .github/workflows/build.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81b6b6a..47a4b2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x - - run: dotnet publish --configuration Release -r win-x64 + - run: dotnet publish --configuration Release - name: Compress release run: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8cd5529..ead1639 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x - - run: dotnet publish --configuration Release -r win-x64 + - run: dotnet publish --configuration Release - name: Compress release run: | From 5a39fcc038fd6b9dd0c4d9845e658babceb8c076 Mon Sep 17 00:00:00 2001 From: Raicuparta Date: Sun, 4 Feb 2024 21:58:01 +0800 Subject: [PATCH 4/4] Mark as not self contained in csproj --- UEVR/UEVR.csproj | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/UEVR/UEVR.csproj b/UEVR/UEVR.csproj index d3aa89c..31c8d3c 100644 --- a/UEVR/UEVR.csproj +++ b/UEVR/UEVR.csproj @@ -12,6 +12,7 @@ praydog UEVRInjector true + false https://github.com/praydog/uevr-frontend @@ -63,19 +64,19 @@ - - - openvr_api.dll - PreserveNewest - - - openxr_loader.dll - PreserveNewest - - - SettingsSingleFileGenerator - Settings.Designer.cs - - + + + openvr_api.dll + PreserveNewest + + + openxr_loader.dll + PreserveNewest + + + SettingsSingleFileGenerator + Settings.Designer.cs + +