From 6d50f7d91d2d84ce777dda2cb292a727176881da Mon Sep 17 00:00:00 2001 From: Mary Date: Sun, 28 Nov 2021 21:36:29 +0100 Subject: [PATCH] Update for .NET 6 --- src/pages/Build.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/Build.vue b/src/pages/Build.vue index fccd978..8a80832 100644 --- a/src/pages/Build.vue +++ b/src/pages/Build.vue @@ -13,9 +13,9 @@

Step one:

- Download NET Core + Download .NET 6 here. Then install the SDK. @@ -24,7 +24,7 @@

Step two (Variant one):

- After the installation of the Net Core SDK is done; go ahead and copy the Clone link from GitHub from + After the installation of the .NET SDK is done; go ahead and copy the Clone link from GitHub from here (via Clone or Download --> Copy HTTPS Link. Or you can download the ZIP tarball.) You can Git Clone the repo by using the GitBash, or you may use the second variant.

@@ -38,7 +38,7 @@

Build the App using a Command prompt in the ROOT directory. You can quickly access it by Holding shift in explorer (in the Ryujinx directory) then right clicking, and typing the following command - dotnet publish -c Release -r win-x64. + dotnet publish -c Release -r win-x64 --self-contained. The build directory is "root/bin/release/etc/etc."