tridactyl/scripts
Babil Golam Sarwar edbc97eec2 Require PYINSTALLER=1 to build and sign EXE
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
```
2018-05-21 06:07:29 +10:00
..
amo_text_to_clipboard.sh Add small script for generation of AMO text 2018-04-11 17:12:06 +01:00
build.sh Require PYINSTALLER=1 to build and sign EXE 2018-05-21 06:07:29 +10:00
excmds_macros.py Fix #394: rename generated source .name.generated.ext 2018-04-22 17:15:40 +01:00
git_version.sh Release 1.8.1 2018-03-07 14:50:50 +00:00
make_docs.sh Create typedoc theme 2018-05-01 10:56:15 +02:00
make_tutorial.sh Fix tutorial build process and alias 2018-04-14 14:03:54 +01:00
newtab.md.sh Changelog: use standard case: changelog.md -> CHANGELOG.md 2018-04-26 09:29:41 +01:00
sign Improve build process 2018-04-20 21:21:37 +01:00
version.js Add automatic updates for betas 2018-04-13 12:17:02 +01:00