ci: fix universal build

This commit is contained in:
deepak1556 2022-04-05 19:23:16 +09:00
parent 451966fc83
commit 345f572e37
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@ async function main() {
'CodeResources',
'fsevents.node',
'Info.plist',
'MainMenu.nib',
'.npmrc'
],
outAppPath,

View file

@ -38,6 +38,7 @@ async function main() {
'CodeResources',
'fsevents.node',
'Info.plist', // TODO@deepak1556: regressed with 11.4.2 internal builds
'MainMenu.nib', // Generated sequence is not deterministic with Xcode 13
'.npmrc'
],
outAppPath,