From 930be2de05d4a48fbaa0b093700f4502e5231066 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sun, 9 Mar 2025 09:57:35 +0100 Subject: [PATCH] build(copy-dist): copy LICENSE and README as well copied over from copy-trilium.sh script --- bin/copy-dist.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/copy-dist.ts b/bin/copy-dist.ts index 19a48eaf0..0f9e62c99 100644 --- a/bin/copy-dist.ts +++ b/bin/copy-dist.ts @@ -28,6 +28,8 @@ try { "./config-sample.ini", "./package-lock.json", "./package.json", + "./LICENSE", + "./README.md", "./src/views/", "./src/etapi/etapi.openapi.yaml", "./src/routes/api/openapi.json",