Package Exports
- rcedit
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rcedit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
node-rcedit
Node module to edit resources of exe.
Building
- Clone the repository
- Run
npm install - Run
gruntto compile the CoffeeScript code
Docs
rcedit = require 'rcedit'rcedit(exePath, options, callback)
Change exePath with options, the callback would be called with (error)
when the command is done.
The options is an object that can contain following fields:
version-string- An object containings properties to change ofexePath's version string.file-version- File's version to change to.product-version- Product's version to change to.icon- Path to the icon file to set asexePath's default icon.