slash instead of backslash

This commit is contained in:
LotP1 2024-12-26 23:10:36 +01:00
parent 80377c1553
commit 8cb6767c7c

View file

@ -11,7 +11,7 @@ namespace Ryujinx.BuildValidationTasks
{
public static bool Execute(string projectPath)
{
string path = projectPath + "src\\Ryujinx\\Assets\\locales.json";
string path = projectPath + "src/Ryujinx/Assets/locales.json";
string data;
using (StreamReader sr = new(path))