mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 06:02:42 +00:00
fix: move managed binaries to bin/ and ignore hidden files in migration check
This commit is contained in:
parent
05b9d55656
commit
0a736e858d
3 changed files with 65 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue