Files
flipper/static
Daniel Büchele 294d5b110f rename keytar Windows native module
Summary:
`process.platform` is used to require the native-module for keytar. On Windows this returns `win32` (No matter if 64bit or 32bit system). The native module was named `keytar-win.node`. This diff renames it to `keytar-win32.node`.

This is the code that requires the module from `user.js`:

```
keytar = global.electronRequire(
    path.join(
      isProduction() ? remote.app.getAppPath() : process.cwd(),
      'native-modules',
      `keytar-${process.platform}.node`,
    ),
  );
```

Reviewed By: priteshrnandgaonkar

Differential Revision: D14771646

fbshipit-source-id: cd48d25cb5921e07e472eb46636fa2599c8ff721
2019-04-04 04:51:11 -07:00
..
2018-06-01 11:03:58 +01:00
2018-10-06 11:18:18 -07:00
2019-02-18 12:49:34 -08:00
2018-06-01 11:03:58 +01:00
2018-06-01 11:03:58 +01:00
2018-12-07 08:06:07 -08:00
2018-06-01 11:03:58 +01:00
2019-03-22 10:41:01 -07:00
2019-02-06 16:33:24 -08:00
2018-06-01 11:03:58 +01:00
2018-06-01 11:03:58 +01:00
2018-06-01 11:03:58 +01:00
2018-09-19 03:57:31 -07:00
2018-09-19 03:57:31 -07:00
2019-03-25 11:36:19 -07:00
2019-03-25 11:36:19 -07:00
2019-03-28 08:36:13 -07:00
2018-06-01 11:03:58 +01:00
2018-06-01 11:03:58 +01:00
2018-06-01 11:03:58 +01:00
2019-03-28 08:36:13 -07:00