mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
![]() A default `npm run build` or a `scripts/build.sh` invocation would not compile or sign `native_main.exe` anymore. This is a departure from the previous logic where `PYINSTALLER=0` was needed to prevent compile+signing of `native_main.exe`. The following is achieved with this commit: ``` $ ## following does _not_ compile/sign `native_main.exe` $ npm run build $ PYINSTALLER=0 npm run build $ ## following _does_ compile/sign `native_main.exe` $ PYINSTALLER=1 npm run build ``` |
||
---|---|---|
.. | ||
amo_text_to_clipboard.sh | ||
build.sh | ||
excmds_macros.py | ||
git_version.sh | ||
make_docs.sh | ||
make_tutorial.sh | ||
newtab.md.sh | ||
sign | ||
version.js |