hotfix: Add support for .msi and .pqx file types
parent
5169477f52
commit
a43a880f2f
|
|
@ -74,8 +74,10 @@ exports.handler = (event, context, callback) => {
|
||||||
'.md': true,
|
'.md': true,
|
||||||
'.md5': true,
|
'.md5': true,
|
||||||
'.markdown': true,
|
'.markdown': true,
|
||||||
|
'.msi': true,
|
||||||
'.otf': true,
|
'.otf': true,
|
||||||
'.png': true,
|
'.png': true,
|
||||||
|
'.pqx': true,
|
||||||
'.rb': true,
|
'.rb': true,
|
||||||
'.sha256': true,
|
'.sha256': true,
|
||||||
'.svg': true,
|
'.svg': true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue