fix: export MakeUniversalOpts (#48)

This is to allow other packages to extract specific logic/options with typesafety
This commit is contained in:
Mike Maietta
2022-10-03 00:05:29 -07:00
committed by GitHub
parent 3cc1365561
commit 72a3f83d27

View File

@@ -13,7 +13,7 @@ import { AsarMode, detectAsarMode, generateAsarIntegrity, mergeASARs } from './a
import { sha } from './sha'; import { sha } from './sha';
import { d } from './debug'; 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 * Absolute file system path to the x64 version of your application. E.g. /Foo/bar/MyApp_x64.app
*/ */