From be15792d4f4f98e0ef059529e1b6d351a23ae6e3 Mon Sep 17 00:00:00 2001 From: Mary <1760003+Thog@users.noreply.github.com> Date: Sun, 24 Jan 2021 15:47:56 +0100 Subject: [PATCH] win10-x64 => win-x64 --- src/pages/Build.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Build.vue b/src/pages/Build.vue index a26c49e..fccd978 100644 --- a/src/pages/Build.vue +++ b/src/pages/Build.vue @@ -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 win10-x64. + dotnet publish -c Release -r win-x64. The build directory is "root/bin/release/etc/etc."