From b48fbbe583f6143e9ee1964ee2cbce4415879a1f Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Wed, 12 Mar 2025 09:36:06 +0100 Subject: [PATCH] build(copy-dist): copy over desktop.ejs for electron-forge as well it is required for Flatpak/Deb/RPM Linux packages --- bin/copy-dist.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/copy-dist.ts b/bin/copy-dist.ts index 51364b2b9..b3f79ad56 100644 --- a/bin/copy-dist.ts +++ b/bin/copy-dist.ts @@ -32,6 +32,7 @@ try { "./README.md", "./forge.config.cjs", "./bin/tpl/", + "./bin/electron-forge/desktop.ejs", "./src/views/", "./src/etapi/etapi.openapi.yaml", "./src/routes/api/openapi.json",