Set product name and executable

Summary:
This means that Linux builds have a `flipper` executable
in the directory again.

Reviewed By: cekkaewnumchai

Differential Revision: D20915156

fbshipit-source-id: 9f792bcffef41168fe5a3e43c29b59f37a4cc673
This commit is contained in:
Pascal Hartig
2020-04-08 06:11:18 -07:00
committed by Facebook GitHub Bot
parent 7c6f8e9147
commit 41a911379d

View File

@@ -105,12 +105,16 @@ async function buildDist(buildFolder: string) {
publish: 'never',
config: {
appId: `com.facebook.sonar`,
productName: 'Flipper',
directories: {
buildResources: buildFolder,
output: distDir,
},
electronDownload: electronDownloadOptions,
npmRebuild: false,
linux: {
executableName: 'flipper',
},
},
projectDir: buildFolder,
targets,