Skip to content

Commit

Permalink
fix: windows signing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Dec 1, 2022
1 parent 77717ef commit 065ff4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/pack/win.ts
Expand Up @@ -289,6 +289,6 @@ async function signWindows(o: string, arch: string, config: Interfaces.Config, w
'-in', buildLocationUnsigned,
'-out', o,
]
await exec(`osslsigncode ${args}.join(' ')`)
await exec(`osslsigncode ${args.join(' ')}`)
}

0 comments on commit 065ff4d

Please sign in to comment.