mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00

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
14 lines
221 B
Text
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
|