slash instead of backslash
This commit is contained in:
parent
80377c1553
commit
8cb6767c7c
@ -11,7 +11,7 @@ namespace Ryujinx.BuildValidationTasks
|
|||||||
{
|
{
|
||||||
public static bool Execute(string projectPath)
|
public static bool Execute(string projectPath)
|
||||||
{
|
{
|
||||||
string path = projectPath + "src\\Ryujinx\\Assets\\locales.json";
|
string path = projectPath + "src/Ryujinx/Assets/locales.json";
|
||||||
string data;
|
string data;
|
||||||
|
|
||||||
using (StreamReader sr = new(path))
|
using (StreamReader sr = new(path))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user