update pyproject.toml path
parent
64b771210b
commit
2f260861df
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue