Change the export file extension type

Summary: This diff imports and exports data in a `.flipper` file extension. This diff also adds the support to open flipper app by double clicking on the `.flipper` file.

Reviewed By: danielbuechele

Differential Revision: D14042846

fbshipit-source-id: 17e6b55bf2796d9abdf985411fce799600f7792b
This commit is contained in:
Pritesh Nandgaonkar
2019-02-12 06:45:07 -08:00
committed by Facebook Github Bot
parent 73b816de16
commit 029377a849
7 changed files with 31 additions and 3 deletions

View File

@@ -326,7 +326,7 @@ function getTemplate(
null,
{
title: 'FlipperExport',
defaultPath: path.join(os.homedir(), 'FlipperExport.json'),
defaultPath: path.join(os.homedir(), 'FlipperExport.flipper'),
},
file => {
exportStoreToFile(file, store);