Skip to content

Commit a43a880

Browse files
authored
hotfix: Add support for .msi and .pqx file types
1 parent 5169477 commit a43a880

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/edge.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ exports.handler = (event, context, callback) => {
7474
'.md': true,
7575
'.md5': true,
7676
'.markdown': true,
77+
'.msi': true,
7778
'.otf': true,
7879
'.png': true,
80+
'.pqx': true,
7981
'.rb': true,
8082
'.sha256': true,
8183
'.svg': true,

0 commit comments

Comments
 (0)