JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 364054
  • Score
    100M100P100Q164911F

Node module to edit resources of exe

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 grunt to 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 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.