From e9d4356492bf99f8bcace2ae7ae0356f0dee51df Mon Sep 17 00:00:00 2001 From: perf3ct Date: Mon, 24 Feb 2025 00:44:50 +0000 Subject: [PATCH] Now we'll try the name with a space in it? --- forge.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge.config.cjs b/forge.config.cjs index 76e3ef81c..b891890d1 100644 --- a/forge.config.cjs +++ b/forge.config.cjs @@ -1,7 +1,7 @@ const path = require("path"); const fs = require("fs-extra"); -const APP_NAME = "TriliumNextNotes"; +const APP_NAME = "TriliumNext Notes"; const extraResourcesForPlatform = getExtraResourcesForPlatform(); const baseLinuxMakerConfigOptions = {