Replace deprecated pkg with yao-pkg

This commit is contained in:
hensm
2026-03-14 17:33:11 +00:00
parent f64241fb43
commit ad9eb4bcac
3 changed files with 2239 additions and 1589 deletions

View File

@@ -7,7 +7,7 @@ import url from "url";
import { spawnSync } from "child_process";
import mustache from "mustache";
import pkg from "pkg";
import pkg from "@yao-pkg/pkg";
import yargs from "yargs";
import config from "./lib/config.js";