@develar/rcedit

0.5.0 • Public • Published

node-rcedit

Node module to edit resources of exe.

Building

  • Clone the repository
  • Run npm install
  • Run grunt to 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 of exePath'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 as exePath's default icon.

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i @develar/rcedit

    Weekly Downloads

    2

    Version

    0.5.0

    License

    none

    Last publish

    Collaborators

    • develar