mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-20 01:32:20 +01:00
slash instead of backslash
This commit is contained in:
parent
80377c1553
commit
8cb6767c7c
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue