mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 06:19:34 +08:00
build(electron-forge): stop packing dump-db folder
see https://github.com/TriliumNext/Notes/issues/1115
This commit is contained in:
parent
054a919fad
commit
02a00000fb
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ module.exports = {
|
||||||
};
|
};
|
||||||
|
|
||||||
function getExtraResourcesForPlatform() {
|
function getExtraResourcesForPlatform() {
|
||||||
const resources = ["dump-db/", "./bin/tpl/anonymize-database.sql"];
|
const resources = ["./bin/tpl/anonymize-database.sql"];
|
||||||
|
|
||||||
const getScriptRessources = () => {
|
const getScriptRessources = () => {
|
||||||
const scripts = ["trilium-portable", "trilium-safe-mode", "trilium-no-cert-check"];
|
const scripts = ["trilium-portable", "trilium-safe-mode", "trilium-no-cert-check"];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue