From cd3385ec69af02b140aaeba9862ba0e312778408 Mon Sep 17 00:00:00 2001 From: Amit Haridas Date: Tue, 30 Jun 2026 23:37:19 +0530 Subject: [PATCH] build: asarUnpack assets/fonts/** so packaged builds can read bundled TTFs MonospaceFontConfig + print-preview.js already look in app.asar.unpacked first; without this entry the bundled TTFs would be unreachable at runtime. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ac21b8..6a1a051 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,8 @@ "package.json" ], "asarUnpack": [ - "node_modules/ffmpeg-static/**" + "node_modules/ffmpeg-static/**", + "assets/fonts/**" ], "extraFiles": [], "fileAssociations": [