From 51531f18ea9e789b5359e720edca6970e5503a89 Mon Sep 17 00:00:00 2001 From: rickymohk Date: Fri, 5 Jul 2024 01:50:41 +0800 Subject: [PATCH] fix(flat): use `pkgbuild` to bundle pre/postinstall scripts (#282) --- src/flat.ts | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/flat.ts b/src/flat.ts index c057da1..aed3ccf 100644 --- a/src/flat.ts +++ b/src/flat.ts @@ -54,16 +54,22 @@ async function validateFlatOpts (opts: FlatOptions): Promise