Skip to content

Commit cc4a4bd

Browse files
committed
add changeset
1 parent f4d9488 commit cc4a4bd

File tree

4 files changed

+1269
-20
lines changed

4 files changed

+1269
-20
lines changed

packages/builder-util/src/7za.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { path7x, path7za } from "7zip-bin"
2-
import { chmod } from "fs-extra"
2+
import { chmod } from "fs/promises"
33

44
export async function getPath7za(): Promise<string> {
55
await chmod(path7za, 0o755)

0 commit comments

Comments
 (0)