1.1.1 • Published 5 years ago

@vandeurenglenn/win-exe v1.1.1

Weekly downloads
-
License
-
Repository
github
Last release
5 years ago

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

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.0.0

5 years ago