mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +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.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}`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user