RN-only app icon
Summary: ^ Reviewed By: aigoncharov Differential Revision: D50557331 fbshipit-source-id: bc6f9ed7b379b65b9f09b1471d9ec7cbb820086b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3ed89a50bb
commit
bf49924f0c
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user