Open rejetto opened 1 month ago
Thanks for the report.
It seems that the bitmap data in icon file has weird image size (biSizeImage
), causing unexpected behavior in resedit-js.
I'll work to solve this problem, making the new version of resedit-js/resedit-js-cli.
I published resedit-cli@2.0.1
to solve the issue.
Please use this version.
# Note that overwriting the icon instead of append, use --icon <icon-id>,hfs.ico
(which <icon-id>
may be 1
for Node.js).
thanks! i'm already using the "1," but decided to remove it to simplify the test case. in the meantime i workaround-ed the problem by using another file icon file. you can close this issue, i guess
hey! i'm trying to
npx resedit-cli --in hfs.exe --icon hfs.ico --out hfs2.exe
Archive.zipbut i get this error
it's an exe generated with pkg for node.js, and i'm running this under macos on arm64