tridactyl/native
Babil Golam Sarwar bf920989f3 Add compiled native_main.exe support on Windows
This commit adds support for comiling `native_main.py` into
`native_main.exe` using [PyInstaller][0].

By default, the Powershell installer script would use the compiled
EXE version for Windows. However, the old behaviour can achieved by
using the `-UsePython` flag to `win_install.ps1`.

Currently, the `native_main.exe` is built every time
`scripts/build.sh` is invoked. However, this behavior can be
adjusted by invoking the build script as shown below:

```
  PYINSTALLER="0" npm run build
```

[0]: https://www.pyinstaller.org
2018-05-18 11:44:01 +10:00
..
__init__.py Merge johnnbeard's and IsaacKhor's native messenger 2018-04-25 20:43:13 +01:00
install.sh Ours is not to reason why: fix #544 2018-05-17 13:54:56 +01:00
native_main.exe Add compiled native_main.exe support on Windows 2018-05-18 11:44:01 +10:00
native_main.py Bump native version 2018-05-17 17:34:02 +01:00
tridactyl.json Give betas permission to use native messenger 2018-04-25 20:58:20 +01:00
win_install.ps1 Add compiled native_main.exe support on Windows 2018-05-18 11:44:01 +10:00