Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
3f0c71b729
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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';