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

Commit 293167c

Browse files
committed
chore(signing): remove lstat
1 parent 4bb0783 commit 293167c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ const { default: path } = require("path");
55
module.exports = function (filePath) {
66
const { WINDOWS_SIGN_EXECUTABLE } = process.env;
77

8-
const stats = fs.lstatSync(filePath);
9-
console.log(filePath, stats);
10-
118
if (!WINDOWS_SIGN_EXECUTABLE) {
129
console.warn("[Sign] Skip signing due to missing environment variable.");
1310
return;

0 commit comments

Comments
 (0)