Explorar o código

refactor(export): export findExecutable from util

This is useful for external tools which wish to launch the same
executable as nwjs-builder-phoenix does.
Ben Schmidt %!s(int64=8) %!d(string=hai) anos
pai
achega
3f0c71b729
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/lib/index.ts

+ 1 - 0
src/lib/index.ts

@@ -4,3 +4,4 @@ import 'source-map-support/register';
 export * from './Runner';
 export * from './Builder';
 export * from './Downloader';
+export { findExecutable } from './util';