fix(signing): fix wrong source path

This commit is contained in:
Elian Doran 2025-05-14 09:25:19 +03:00
parent f4e2296d9b
commit 1abcf7244f
No known key found for this signature in database

View File

@ -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}`);