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

Commit 094c94e

Browse files
committed
chore(sign-windows): display output dir
1 parent 5d982ea commit 094c94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/electron-forge/sign-windows.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = function (filePath) {
1414
}
1515

1616
const outputDir = path.join(__dirname, "sign");
17-
console.log(path.resolve("Output dir is ", outputDir));
17+
console.log("Output dir is ", path.resolve(outputDir));
1818
if (!fs.existsSync(outputDir)) {
1919
fs.mkdirSync(outputDir);
2020
}

0 commit comments

Comments
 (0)