diff --git a/script-meta-v2.json b/script-meta-v2.json index 552bcf7..4f03c4c 100644 --- a/script-meta-v2.json +++ b/script-meta-v2.json @@ -18,12 +18,12 @@ }, "build.ts": { "script_name": "build.ts", - "script_length": 5021, - "script_sha256": "0360ac3b4be39b9a9d1c41504dda460606603513320832689aba36fa726e3bbf", + "script_length": 4976, + "script_sha256": "8e96cf0c656c76ff520ca49e1f58d15bbcf6797f574f5a6a962f56a133d0f887", "script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/build.ts", "single_script_file": true, "publish_time": 1770564482429, - "update_time": 1770569970701 + "update_time": 1770570061346 }, "cal-bun.ts": { "script_name": "cal-bun.ts", diff --git a/single-scripts/build.ts b/single-scripts/build.ts index d83ba3b..b6987d0 100755 --- a/single-scripts/build.ts +++ b/single-scripts/build.ts @@ -1,6 +1,7 @@ #!/usr/bin/env runts -- --allow-all import { + execCommandAndStdout, execCommandShell, existsPath, log, @@ -11,7 +12,6 @@ import { } from "https://script.hatter.ink/@35/deno-commons-mod.ts"; import {parseArgs} from "jsr:@std/cli/parse-args"; import {readFileToString} from "https://global.hatter.ink/script/get/@1/deno-commons-1.6.0-mod.ts"; -import {execCommandAndStdout} from "../libraries/deno-commons-mod.ts"; async function main() { const flags = parseArgs(Deno.args, { @@ -164,5 +164,5 @@ async function buildFile(file: string, flags: any) { await main(); -// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260209T005851+08:00.MEQCIDd33gREmm1CEKO83ZBC -// B3iYNDB5hcaPuiUyH5TGR7VBAiBsxkw+GcD0fPpxTj2Yi43VFx/6YAT8L5HA7p9VEZwxdA== +// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260209T010054+08:00.MEYCIQD6vk5cA8zttDLbs4Le +// V4Yd9z5bjTaQzw3TikZibSEI0gIhAJyPmDv0b5Vh0fFPxh3SMj3F3MWtb/23Frq31pqfOtCB