mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-01 18:40:46 -06:00
build(electron-forge): stop copying unused .anonymize-database.sql as ressource
This commit is contained in:
@@ -130,7 +130,7 @@ module.exports = {
|
||||
};
|
||||
|
||||
function getExtraResourcesForPlatform() {
|
||||
const resources = ["./bin/tpl/anonymize-database.sql"];
|
||||
const resources = [];
|
||||
|
||||
const getScriptRessources = () => {
|
||||
const scripts = ["trilium-portable", "trilium-safe-mode", "trilium-no-cert-check"];
|
||||
|
||||
Reference in New Issue
Block a user