From 91e39cd4627bbfbe40f32af708065d776263b9f9 Mon Sep 17 00:00:00 2001 From: iliya Date: Sun, 1 Mar 2026 08:42:20 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Windows=20CI=20=E2=80=94=20resolve=20pat?= =?UTF-8?q?hs=20in=20validation,=20remove=20unused=20constant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - normalizeForCompare and isPathWithinRoot now use path.resolve() for consistent drive-letter handling on Windows - Remove unused TOOL_VERSION constant (ESLint no-unused-vars) --- src/main/services/team/TeamAgentToolsInstaller.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/services/team/TeamAgentToolsInstaller.ts b/src/main/services/team/TeamAgentToolsInstaller.ts index 9f4e4975..ad268f4e 100644 --- a/src/main/services/team/TeamAgentToolsInstaller.ts +++ b/src/main/services/team/TeamAgentToolsInstaller.ts @@ -9,7 +9,6 @@ import { version as APP_VERSION } from '../../../../package.json'; import { atomicWriteAsync } from './atomicWrite'; const TOOL_FILE_NAME = 'teamctl.js'; -const TOOL_VERSION = 11; function buildTeamCtlScript(version: string): string { const script = String.raw`#!/usr/bin/env node