Skip to content

Commit

Permalink
ci: fix universal build
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Apr 5, 2022
1 parent 451966f commit 345f572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/darwin/create-universal-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ async function main() {
'CodeResources',
'fsevents.node',
'Info.plist',
'MainMenu.nib',
'.npmrc'
],
outAppPath,
Expand Down
1 change: 1 addition & 0 deletions build/darwin/create-universal-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 345f572

Please sign in to comment.