| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | really s/Doge/Dis/g this time | Tomo Ueda | 2021-09-02 | 1 | -1/+1 |
| | | |||||
| * | really s/doge/dis/g this time | Tomo Ueda | 2021-09-02 | 1 | -2/+2 |
| | | |||||
| * | Changes for mac installer branding - See notes | Michi Lumin | 2019-03-25 | 1 | -4/+4 |
| | | | | These changes are necessary for the deploy scripts to see the app correctly. Also includes our background image. Note that DS_Store should be generated, but I'm including it so that it should be there in any case; though it may need to be edited - please give it a try. | ||||
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | build: python 3 compatibility | Wladimir J. van der Laan | 2016-03-29 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Ubuntu 16.04 "xenial xerus" does not come with Python 2.x by default. It is possible to install a python-2.7 package, but this has its own problem: no `python` or `python2` symlink (see #7717). This fixes the following scripts to work with python 3: - `make check` (bctest,py, bitcoin-util-test.py) - `make translate` (extract_strings_qt.py) - `make symbols-check` (symbol-check.py) - `make security-check` (security-check.py) Explicitly call the python commands using $(PYTHON) instead of relying on the interpreter line at the top of the scripts. | ||||
| * | More complicated package name substitution for Mac deployment | Luke Dashjr | 2015-12-22 | 1 | -0/+60 |