0.5.0 • Published 9 years ago
@develar/rcedit v0.5.0
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'On platforms other then Windows you will need to have Wine installed and in the system path.
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.
0.5.0
9 years ago