fix: rcedit import in afterPack - icon was not being embedded in exe
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ea35bfa065
commit
dc1c338d97
@ -3,7 +3,7 @@ const path = require("path");
|
||||
module.exports = async function afterPack(context) {
|
||||
let rcedit;
|
||||
try {
|
||||
rcedit = require("rcedit").rcedit;
|
||||
rcedit = require("rcedit");
|
||||
} catch {
|
||||
console.warn(" rcedit: skipped - rcedit not installed");
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user