LBRY-Vault/contrib
ghost43 653a24a49b
windows build: for the "setup" exe, put another "-debug" exe inside (#6603)
The "setup" Windows binary we distribute allows users to "install" Electrum
on their system. The distributable is created by NSIS. During
installation a bunch of files will get unpacked in %programfiles(x86)%/Electrum,
including an "inner" exe that will be the entrypoint for the user to start
the application. A shortcut is also created for the inner exe.

With this change, there will now be two inner EXEs. One the same as before,
the other with a "-debug" suffix in its name. The debug exe is built as a
"console" application (as opposed to a "windowed" application), so when
launched via double-click a black console window would appear; and also
importantly stdin/stdout are handled properly for it (unlike for "windowed"
programs). (see #2592)

There will not be a shortcut or similar for the debug exe; it would just
be there as a debugging option we can instruct users to use when needed.
In particular early crashes during startup are hard to debug without
stdout/stderr. (see e.g. #6601)
2020-10-12 15:20:30 +00:00
..
android binaries: bump python version (3.7.7->3.7.9) 2020-09-08 16:44:24 +02:00
build-linux appimage: update openssl & libudev-dev (#6599) 2020-09-17 14:39:20 +00:00
build-wine windows build: for the "setup" exe, put another "-debug" exe inside (#6603) 2020-10-12 15:20:30 +00:00
deterministic-build update locale submodule 2020-09-11 15:18:03 +02:00
osx binaries: bump python version (3.7.7->3.7.9) 2020-09-08 16:44:24 +02:00
requirements binaries: pip install build requirements first 2020-09-08 16:44:35 +02:00
udev bitbox02: add udev rules 2020-04-12 15:34:19 +02:00
build_tools_util.sh build: workaround for 'realpath' missing on macOS 2020-02-11 16:48:28 +01:00
freeze_packages.sh binaries: pip install build requirements first 2020-09-08 16:44:35 +02:00
make_download load version module in make_download 2019-07-11 16:54:47 +02:00
make_libsecp256k1.sh win binary: build zbar ourselves (#6593) 2020-09-15 15:35:57 +00:00
make_packages attempt at reproducible tarballs (sdist) 2020-06-12 19:48:15 +02:00
make_zbar.sh win binary: build zbar ourselves (#6593) 2020-09-15 15:35:57 +00:00
pull_locale separate push and pull locale 2019-07-03 16:19:26 +02:00
push_locale chmod push_locale 2019-07-03 16:20:40 +02:00
sign_packages sign_packages: upgrade python 2020-09-11 18:07:22 +02:00
sign_version fix arg order in sign_version 2020-09-11 18:24:28 +02:00
upload pass host to upload script 2019-07-11 16:34:33 +02:00