diff --git a/apps/desktop/electron-forge/sign-windows.cjs b/apps/desktop/electron-forge/sign-windows.cjs index 84d1897b6..23073ade2 100644 --- a/apps/desktop/electron-forge/sign-windows.cjs +++ b/apps/desktop/electron-forge/sign-windows.cjs @@ -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}`);