Skip to content

Commit

Permalink
fix: win pack error (oclif#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc authored and mattwebbio committed Dec 29, 2022
1 parent 9c31af1 commit a0d076f
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 sign ${args}.join(' ')`)
await exec(`osslsigncode sign ${args.join(' ')}`)
}

0 comments on commit a0d076f

Please sign in to comment.