You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: forge.config.cjs
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,12 @@ const fs = require('fs-extra');
4
4
module.exports={
5
5
packagerConfig: {
6
6
executableName: "trilium",
7
-
name: 'trilium',
7
+
name: 'TriliumNextNotes',
8
8
overwrite: true,
9
9
asar: true,
10
10
// icon will break once we add .dmg support, since the .ico & .icns have to be in same dir (see https://www.electronforge.io/guides/create-and-add-icons#windows-and-macos)
0 commit comments