fix: skip sha comparison for info.plist

This commit is contained in:
deepak1556
2021-04-08 01:31:18 -07:00
parent a41711cab5
commit 9a8d55525d
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ async function main() {
'Credits.rtf',
'CodeResources',
'fsevents.node',
'info.plist', // TODO@deepak1556: regressed with 11.4.2 internal builds
'.npmrc'
],
outAppPath,

View File

@@ -38,6 +38,7 @@ async function main() {
'Credits.rtf',
'CodeResources',
'fsevents.node',
'info.plist', // TODO@deepak1556: regressed with 11.4.2 internal builds
'.npmrc'
],
outAppPath,