diff --git a/src/index.ts b/src/index.ts index 2895a5e..32caa2d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,7 +13,7 @@ import { AsarMode, detectAsarMode, generateAsarIntegrity, mergeASARs } from './a import { sha } from './sha'; import { d } from './debug'; -type MakeUniversalOpts = { +export type MakeUniversalOpts = { /** * Absolute file system path to the x64 version of your application. E.g. /Foo/bar/MyApp_x64.app */