소스 검색

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 8 년 전
부모
커밋
3f0c71b729
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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';