Skip to content

Commit

Permalink
fix(types): HookFunction.platform should use TargetPlatform (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Jun 17, 2024
1 parent 310fe18 commit 022f6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export type HookFunction =
(
buildPath: string,
electronVersion: string,
platform: TargetArch,
platform: TargetPlatform,
arch: TargetArch,
callback: HookFunctionErrorCallback,
) => void;
Expand Down

0 comments on commit 022f6d5

Please sign in to comment.