Add version information to windows binary
Closed this issue · 0 comments
dkrutsko commented
Windows supports the ability to compile version information as part of DLLs and executables. Since native Node modules are simple DLL files, version information could be included as part of the distribution. This would make identifying versions of modules simpler. The language neutral version information would include:
ProductName = robot-js
FileVersion = x.x.x.[modules_version]
RobotVersion = x.x.x.0
CompanyName = Robot Developers
OriginalFilename = [platform]-[arch]-[modules_version].node