mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 16:32:33 +08:00
chore(ci): change signing log
This commit is contained in:
parent
10d8cd95a6
commit
6f54ac7446
@ -3,6 +3,6 @@ const SIGN_EXECUTABLE = "C:\\ev_signer_trilium\\ev_signer_trilium.exe";
|
|||||||
|
|
||||||
module.exports = function (filePath) {
|
module.exports = function (filePath) {
|
||||||
const command = `${SIGN_EXECUTABLE} --executable "${filePath}"`;
|
const command = `${SIGN_EXECUTABLE} --executable "${filePath}"`;
|
||||||
console.log(`> ${command}`);
|
console.log(`[Sign] ${command}`);
|
||||||
child_process.execSync(command);
|
child_process.execSync(command);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user