mirror of
https://github.com/zadam/trilium.git
synced 2025-10-09 15:08:14 +08:00
fix(signing): fix wrong source path
This commit is contained in:
parent
f4e2296d9b
commit
1abcf7244f
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ module.exports = function (filePath) {
|
||||||
fs.mkdirSync(outputDir);
|
fs.mkdirSync(outputDir);
|
||||||
}
|
}
|
||||||
|
|
||||||
fs.copyFileSync(sourcePath, destPath);
|
|
||||||
|
|
||||||
const command = `${WINDOWS_SIGN_EXECUTABLE} --executable "${filePath}"`;
|
const command = `${WINDOWS_SIGN_EXECUTABLE} --executable "${filePath}"`;
|
||||||
console.log(`[Sign] ${command}`);
|
console.log(`[Sign] ${command}`);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue