Skip to content

Commit

Permalink
allow more files to be signed
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Feb 16, 2024
1 parent 2752099 commit 77ce7d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ const signtoolFileExtensions = [
'.dll', '.exe', '.sys', '.vxd',
'.msix', '.msixbundle', '.appx',
'.appxbundle', '.msi', '.msp',
'.msm', '.cab', '.ps1', '.psm1'
'.msm', '.cab', '.cat', '.js',
'.vbs', '.wsf', '.ps1', '.psm1',
'.efi', '.scr', '.ocx'
];

async function createCertificatePfx() {
Expand Down

0 comments on commit 77ce7d3

Please sign in to comment.