mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 11:49:01 +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
@ -130,7 +130,7 @@ module.exports = {
|
||||
};
|
||||
|
||||
function getExtraResourcesForPlatform() {
|
||||
const resources = ["dump-db/", "./bin/tpl/anonymize-database.sql"];
|
||||
const resources = ["./bin/tpl/anonymize-database.sql"];
|
||||
|
||||
const getScriptRessources = () => {
|
||||
const scripts = ["trilium-portable", "trilium-safe-mode", "trilium-no-cert-check"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user