tridactyl/.gitignore
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

14 lines
221 B
Text

AMOKEYS
build
node_modules
src/.excmds_background.generated.ts
src/.excmds_content.generated.ts
src/grammars/*.ts
generated
web-ext-artifacts
yarn.lock
.vscode/
native/__pycache__
native/native_main
native_main.spec
tags