mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	fix(signing): fix wrong source path
This commit is contained in:
		| @@ -16,8 +16,6 @@ module.exports = function (filePath) { | ||||
|       fs.mkdirSync(outputDir); | ||||
|     } | ||||
|  | ||||
|     fs.copyFileSync(sourcePath, destPath); | ||||
|  | ||||
|     const command = `${WINDOWS_SIGN_EXECUTABLE} --executable "${filePath}"`; | ||||
|     console.log(`[Sign] ${command}`); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user