Skip to content

Commit

Permalink
Part 6
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Aug 22, 2024
1 parent 5bcb2bf commit 360778c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config: ForgeConfig = {
packagerConfig: {
asar: true,
windowsSign: {debug:true,
signWithParams: `/sha1 ${process.env.DIGICERT_FINGERPRINT}`
signWithParams: `/csp \"DigiCert Signing Manager KSP\" /kc key_889133389 /f "D://Certificate_pkcs12.p12" /sha1 ${process.env.DIGICERT_FINGERPRINT}`
},
osxSign: {
optionsForFile: (filepath) => {
Expand Down

0 comments on commit 360778c

Please sign in to comment.