Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 1abcf72

Browse files
committed
fix(signing): fix wrong source path
1 parent f4e2296 commit 1abcf72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/desktop/electron-forge/sign-windows.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ module.exports = function (filePath) {
1616
fs.mkdirSync(outputDir);
1717
}
1818

19-
fs.copyFileSync(sourcePath, destPath);
20-
2119
const command = `${WINDOWS_SIGN_EXECUTABLE} --executable "${filePath}"`;
2220
console.log(`[Sign] ${command}`);
2321

0 commit comments

Comments
 (0)