Skip to content

Commit

Permalink
fix: export MakeUniversalOpts (#48)
Browse files Browse the repository at this point in the history
This is to allow other packages to extract specific logic/options with typesafety
  • Loading branch information
mmaietta committed Oct 3, 2022
1 parent 3cc1365 commit 72a3f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 72a3f83

Please sign in to comment.