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 |
||
---|---|---|
.. | ||
__init__.py | ||
install.sh | ||
native_main.exe | ||
native_main.py | ||
tridactyl.json | ||
win_install.ps1 |