Skip to content

Commit 390e371

Browse files
authored
chore(electron): support mac zip blockmap (#1555)
1 parent 6ca9f64 commit 390e371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/deployment/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const macArtifactsRegExp = [
1414
/latest-mac\.yml$/,
1515
/^(Flat|Flint)-.+\.dmg$/,
1616
/^(Flat|Flint)-.+\.dmg\.blockmap$/,
17+
/^(Flat|Flint)-.+\.zip\.blockmap$/,
1718
/^(Flat|Flint)-.+\.zip$/,
1819
];
1920

0 commit comments

Comments
 (0)