Now we'll try the name with a space in it?

This commit is contained in:
perf3ct
2025-02-24 00:44:50 +00:00
parent 226cf8dfd7
commit e9d4356492

View File

@@ -1,7 +1,7 @@
const path = require("path"); const path = require("path");
const fs = require("fs-extra"); const fs = require("fs-extra");
const APP_NAME = "TriliumNextNotes"; const APP_NAME = "TriliumNext Notes";
const extraResourcesForPlatform = getExtraResourcesForPlatform(); const extraResourcesForPlatform = getExtraResourcesForPlatform();
const baseLinuxMakerConfigOptions = { const baseLinuxMakerConfigOptions = {