Skip to content

Commit

Permalink
chore: sign on Windows using EV Code Signing Certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Feb 7, 2025
1 parent ddb8d9e commit e3ff4f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/distro.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ const platformOptions = platforms.map(p => `--${p}`);
const publishOptions = getPublishOptions(publish, onDemand);

const signingOptions = [
`-c.forceCodeSigning=${false}`
'-c.forceCodeSigning=true',
'-c.win.certificateSubjectName=Camunda Services GmbH'
];

const certificateFingerprint = process.env.WIN_CSC_FINGERPRINT;
Expand Down

0 comments on commit e3ff4f5

Please sign in to comment.