@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

Package Sidebar

Install

npm i @vandeurenglenn/win-exe

Weekly Downloads

1

Version

1.1.1

License

none

Unpacked Size

5.84 MB

Total Files

64

Last publish

Collaborators

  • vandeurenglenn