update pyproject.toml path

main
Justin Barnett 2025-04-08 15:17:26 -04:00
parent 64b771210b
commit 2f260861df
1 changed files with 6 additions and 1 deletions

View File

@ -33,7 +33,12 @@ namespace UnityMcpBridge.Editor.Helpers
} }
else else
{ {
string pyprojectPath = Path.Combine(saveLocation, ServerFolder, "src"); string pyprojectPath = Path.Combine(
saveLocation,
ServerFolder,
"src",
"pyproject.toml"
);
string installedVersion = ParseVersionFromPyproject(pyprojectPath); string installedVersion = ParseVersionFromPyproject(pyprojectPath);
string latestVersion = GetLatestVersion(); string latestVersion = GetLatestVersion();