From a43a880f2f301ee42408988faad84945c22526a3 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 27 Oct 2025 19:19:00 -0400 Subject: [PATCH] hotfix: Add support for .msi and .pqx file types --- deploy/edge.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/edge.js b/deploy/edge.js index ffd6961d5..28fc5c151 100644 --- a/deploy/edge.js +++ b/deploy/edge.js @@ -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,