mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	build(electron-forge): stop packing dump-db folder
see https://github.com/TriliumNext/Notes/issues/1115
This commit is contained in:
		@@ -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"];
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user