mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 02:22:26 +08:00
fix(signing): fix wrong source path
This commit is contained in:
parent
f4e2296d9b
commit
1abcf7244f
@ -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…
x
Reference in New Issue
Block a user