@vandeurenglenn/win-exe

1.1.1 • Public • Published

win-exe NPM version Build Status Dependency Status Coverage percentage

Windows setup builder and tooling

Installation

$ npm install --save win-exe

Usage

const exe = require('win-exe');

exe({
  scripts: ['path/to/iss', 'other/path/to/iss'] // absolute or relative to cwd
});

// or when signing
exe({
  pfx: 'path/to/pfx' // absolute or relative to cwd
  name: 'signtool',
  scripts: ['path/to/iss', 'other/path/to/iss'] // absolute or relative to cwd
});

License

© Glenn Vandeuren

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    0
  • 1.1.0
    0
  • 1.0.0
    0
  • 0.0.0
    0

Package Sidebar

Install

npm i @vandeurenglenn/win-exe

Weekly Downloads

0

Version

1.1.1

License

none

Unpacked Size

5.84 MB

Total Files

64

Last publish

Collaborators

  • vandeurenglenn