diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 353b3c2..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 --self-contained true
+ - run: dotnet publish --configuration Release
- name: Compress release
run: |
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index 27ae904..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 --self-contained true
+ - run: dotnet publish --configuration Release
- name: Compress release
run: |
diff --git a/UEVR/UEVR.csproj b/UEVR/UEVR.csproj
index f24a39d..31c8d3c 100644
--- a/UEVR/UEVR.csproj
+++ b/UEVR/UEVR.csproj
@@ -11,6 +11,8 @@
$(AssemblyName)
praydog
UEVRInjector
+ true
+ false
https://github.com/praydog/uevr-frontend
@@ -62,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
+
+