diff --git a/forge.config.cjs b/forge.config.cjs index 3d2f46d0e..ccd2ea18c 100644 --- a/forge.config.cjs +++ b/forge.config.cjs @@ -15,7 +15,7 @@ module.exports = { for (const resource of extraResources) { let sourcePath; if (platform === 'darwin') { - sourcePath = path.join(buildPath, 'TriliumNextNotes.app', 'Content', 'Resources', path.basename(resource)); + sourcePath = path.join(buildPath, 'TriliumNextNotes.app', 'Contents', 'Resources', path.basename(resource)); } else { sourcePath = path.join(buildPath, 'resources', path.basename(resource)); }