From df7cc0d3147e1db46ac0d3d0c317f2be3c71861b Mon Sep 17 00:00:00 2001 From: RBMLWizard <148836139+RBMLWizard@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:28:44 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7f2294d311..6cd089908c 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,13 @@ You can quickly access it on Windows by holding shift in File Explorer, then rig Then type the following command: `dotnet build -c Release -o build` the built files will be found in the newly created build directory. +If you want to create a self-contained build, which includes the .NET runtime, you can use the following command: +`dotnet publish -c Release -o build --self-contained` . Please note that this may require administrative privileges for the command prompt. + +You can also add appropriate Runtime Identifier (RID) for your target platform +example: `dotnet publish -c Release -o build --self-contained -r ` + + Ryujinx system files are stored in the `Ryujinx` folder. This folder is located in the user folder, which can be accessed by clicking `Open Ryujinx Folder` under the File menu in the GUI.