瀏覽代碼

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';