Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Apr 6, 2026. It is now read-only.
This repository was archived by the owner on Apr 6, 2026. It is now read-only.
There was an error while loading. Please reload this page.
VersionStringOptions.InternalFilename should be InternalName #171
The
VersionStringOptionsinterface definesInternalFilenameas a property name:However, Windows docs for
StringFileInfodocumentsInternalName, notInternalFilenameSince the Node wrapper passes object keys verbatim to
--set-version-string, usingInternalFilenamewrites a non-standard field into the binary's version info rather than the intendedInternalNamefield.The property should be renamed to
InternalNameinindex.d.ts.