mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
chore(nx/server): get electron-forge up to "Finalizing package"
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
},
|
||||
"make": {
|
||||
"dependsOn": [ "build" ],
|
||||
"command": "pnpm --filter @triliumnext/desktop exec electron-forge make ."
|
||||
"command": "pnpm exec electron-forge make apps/desktop"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ module.exports = {
|
||||
to: join(outputDir, "assets")
|
||||
},
|
||||
{
|
||||
from: "node_modules/@electron/remote",
|
||||
from: "../../node_modules/@electron/remote",
|
||||
to: join(outputDir, "node_modules/@electron/remote")
|
||||
}
|
||||
]
|
||||
|
||||
@@ -36,7 +36,7 @@ function buildFilesToCopy() {
|
||||
|
||||
for (const nodePath of nodePaths) {
|
||||
files.push({
|
||||
from: join("node_modules", nodePath),
|
||||
from: join("..", "..", "node_modules", nodePath),
|
||||
to: join(outputDir, "node_modules", nodePath)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user