mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-14 16:18:26 -05:00
build(electron-forge): stop copying unused .anonymize-database.sql as ressource
This commit is contained in:
+1
-1
@@ -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