mirror of
https://github.com/zadam/trilium.git
synced 2025-12-17 12:59:09 +08:00
build(electron-forge): set prune to false
since we our own more "sophisticated" pruning during copy-dist, we need to set this to false, as otherwise build will fail
This commit is contained in:
parent
6fb270e4f8
commit
8feb201d3d
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ module.exports = {
|
||||||
// we run electron-forge inside the ./build folder,
|
// we run electron-forge inside the ./build folder,
|
||||||
// to have it output to ./dist, we need to go up a directory first
|
// to have it output to ./dist, we need to go up a directory first
|
||||||
outDir: "../dist",
|
outDir: "../dist",
|
||||||
|
// we prune ourselves via copy-dist
|
||||||
|
prune: false,
|
||||||
packagerConfig: {
|
packagerConfig: {
|
||||||
executableName: "trilium",
|
executableName: "trilium",
|
||||||
name: APP_NAME,
|
name: APP_NAME,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue