fix: move managed binaries to bin/ and ignore hidden files in migration check

This commit is contained in:
Jake 2026-01-06 07:52:49 +13:00
parent 05b9d55656
commit 0a736e858d
3 changed files with 65 additions and 6 deletions

View file

@ -5,9 +5,9 @@ import { arch, platform } from "os";
import { join } from "path";
import { Readable } from "stream";
import { finished } from "stream/promises";
import { APP_NAME, getToolsDir } from "../config.js";
import { APP_NAME, getBinDir } from "../config.js";
const TOOLS_DIR = getToolsDir();
const TOOLS_DIR = getBinDir();
interface ToolConfig {
name: string;