mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +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.copyFileSync(sourcePath, destPath);
|
||||
|
||||
const command = `${WINDOWS_SIGN_EXECUTABLE} --executable "${filePath}"`;
|
||||
console.log(`[Sign] ${command}`);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user