mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-19 00:42:29 +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
@ -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…
x
Reference in New Issue
Block a user