Skip to content

Commit

Permalink
chore: add siging of DLL's
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuditi committed Mar 1, 2024
1 parent e7d8152 commit 924d39f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/desktop/electron-builder-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const prodConfig: Configuration = {
timeStampServer: 'http://timestamp.sectigo.com',
rfc3161TimeStampServer: 'http://timestamp.sectigo.com',
sign: process.env.SIGN === 'true' ? './customSign.js' : null,
signExts: ['.dll'],
},
linux: {
target: ['AppImage'],
Expand Down

0 comments on commit 924d39f

Please sign in to comment.