hotfix: Add support for .msi and .pqx file types

agentsmd^2
Scott Anderson 2025-10-27 19:19:00 -04:00 committed by GitHub
parent 5169477f52
commit a43a880f2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -74,8 +74,10 @@ exports.handler = (event, context, callback) => {
'.md': true,
'.md5': true,
'.markdown': true,
'.msi': true,
'.otf': true,
'.png': true,
'.pqx': true,
'.rb': true,
'.sha256': true,
'.svg': true,