hotfix: Add support for .msi and .pqx file types
parent
5169477f52
commit
a43a880f2f
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue