fix: Correct missed 'windows' to 'win32' in uv install check
This commit is contained in:
parent
76eccff72c
commit
d666e5cf96
@ -389,7 +389,7 @@ export async function installSkill(params: SkillInstallRequest): Promise<SkillIn
|
|||||||
code: brewResult.code,
|
code: brewResult.code,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
} else if (resolveRuntimePlatform() === "windows" && hasBinary("winget")) {
|
} else if (resolveRuntimePlatform() === "win32" && hasBinary("winget")) {
|
||||||
const result = await installWithWinget("astral-sh.uv", timeoutMs);
|
const result = await installWithWinget("astral-sh.uv", timeoutMs);
|
||||||
if (result.code !== 0) {
|
if (result.code !== 0) {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user