Skip to content

Commit

Permalink
RN-only app icon
Browse files Browse the repository at this point in the history
Summary: ^

Reviewed By: aigoncharov

Differential Revision: D50557331

fbshipit-source-id: bc6f9ed7b379b65b9f09b1471d9ec7cbb820086b
  • Loading branch information
lblasa authored and facebook-github-bot committed Oct 24, 2023
1 parent 3ed89a5 commit bf49924
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions desktop/scripts/build-release.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@ async function buildDist(buildFolder: string) {
},
mac: {
bundleVersion: FIX_RELEASE_VERSION,
icon: process.env.FLIPPER_REACT_NATIVE_ONLY
? path.resolve(buildFolder, 'icon-rn-only.icns')
: path.resolve(buildFolder, 'icon.icns'),
},
win: {
signAndEditExecutable: !isFB,
Expand Down

0 comments on commit bf49924

Please sign in to comment.