From 6f54ac7446df7f1fe5174ea1c2fc81ce58d883f8 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 24 Mar 2025 12:05:46 +0200 Subject: [PATCH] chore(ci): change signing log --- bin/electron-forge/sign-windows.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/electron-forge/sign-windows.cjs b/bin/electron-forge/sign-windows.cjs index 446a6279e..0862cdfaa 100644 --- a/bin/electron-forge/sign-windows.cjs +++ b/bin/electron-forge/sign-windows.cjs @@ -3,6 +3,6 @@ const SIGN_EXECUTABLE = "C:\\ev_signer_trilium\\ev_signer_trilium.exe"; module.exports = function (filePath) { const command = `${SIGN_EXECUTABLE} --executable "${filePath}"`; - console.log(`> ${command}`); + console.log(`[Sign] ${command}`); child_process.execSync(command); } \ No newline at end of file