From 02a00000fb786f1f18b7efed3beeb4352481df19 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Mon, 10 Mar 2025 18:11:56 +0100 Subject: [PATCH] build(electron-forge): stop packing dump-db folder see https://github.com/TriliumNext/Notes/issues/1115 --- forge.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge.config.cjs b/forge.config.cjs index b79dfe500..b2b72c4d0 100644 --- a/forge.config.cjs +++ b/forge.config.cjs @@ -130,7 +130,7 @@ module.exports = { }; function getExtraResourcesForPlatform() { - const resources = ["dump-db/", "./bin/tpl/anonymize-database.sql"]; + const resources = ["./bin/tpl/anonymize-database.sql"]; const getScriptRessources = () => { const scripts = ["trilium-portable", "trilium-safe-mode", "trilium-no-cert-check"];