mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	build(electron-forge): set prune to false
since we our own more "sophisticated" pruning during copy-dist, we need to set this to false, as otherwise build will fail
This commit is contained in:
		@@ -18,6 +18,8 @@ module.exports = {
 | 
				
			|||||||
    // we run electron-forge inside the ./build folder,
 | 
					    // we run electron-forge inside the ./build folder,
 | 
				
			||||||
    // to have it output to ./dist, we need to go up a directory first
 | 
					    // to have it output to ./dist, we need to go up a directory first
 | 
				
			||||||
    outDir: "../dist",
 | 
					    outDir: "../dist",
 | 
				
			||||||
 | 
					    // we prune ourselves via copy-dist
 | 
				
			||||||
 | 
					    prune: false,
 | 
				
			||||||
    packagerConfig: {
 | 
					    packagerConfig: {
 | 
				
			||||||
        executableName: "trilium",
 | 
					        executableName: "trilium",
 | 
				
			||||||
        name: APP_NAME,
 | 
					        name: APP_NAME,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user