mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(nx/ci): display output of signing
This commit is contained in:
parent
dbad4fce36
commit
eab98e23c0
@ -10,5 +10,6 @@ module.exports = function (filePath) {
|
||||
|
||||
const command = `${WINDOWS_SIGN_EXECUTABLE} --executable "${filePath}"`;
|
||||
console.log(`[Sign] ${command}`);
|
||||
child_process.execSync(command);
|
||||
const output = child_process.execSync(command);
|
||||
console.log(`[Sign] ${output}`);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user