Validation Project v2 #471

Merged
GreemDev merged 59 commits from validation-v2 into master 2024-12-31 02:31:28 +00:00
Showing only changes of commit 8cb6767c7c - Show all commits

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))