Skip to content

Commit

Permalink
Don't think I need /f
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Aug 22, 2024
1 parent 360778c commit dfc6101
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: `/csp \"DigiCert Signing Manager KSP\" /kc key_889133389 /f "D://Certificate_pkcs12.p12" /sha1 ${process.env.DIGICERT_FINGERPRINT}`
signWithParams: `/csp \"DigiCert Signing Manager KSP\" /kc key_889133389 /sha1 ${process.env.DIGICERT_FINGERPRINT}`
},
osxSign: {
optionsForFile: (filepath) => {
Expand Down

0 comments on commit dfc6101

Please sign in to comment.