mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-02 02:41:34 +08:00
build(electron-forge): stop copying unused .anonymize-database.sql as ressource
This commit is contained in:
parent
6b9d8f0d67
commit
11772860b6
@ -130,7 +130,7 @@ module.exports = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function getExtraResourcesForPlatform() {
|
function getExtraResourcesForPlatform() {
|
||||||
const resources = ["./bin/tpl/anonymize-database.sql"];
|
const resources = [];
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user