Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Set RN-only icon for Electron build
Browse files Browse the repository at this point in the history
Summary:
^

Use this icon for release builds.

Reviewed By: antonk52

Differential Revision: D49823791

fbshipit-source-id: 49bd64e2a630a9ae8bd4c9bf35809526863df202
  • Loading branch information
lblasa authored and facebook-github-bot committed Oct 2, 2023
1 parent 9b283bc commit 026d289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/scripts/build-release.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ async function buildDist(buildFolder: string) {
},
mac: {
bundleVersion: FIX_RELEASE_VERSION,
icon: path.resolve(buildFolder, 'icon-rn-only.icns'),
},
win: {
signAndEditExecutable: !isFB,
Expand Down

0 comments on commit 026d289

Please sign in to comment.