mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 15:32:24 +01:00
build: Fix extra resources for macos
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user