Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generate_release: Fix wrong (32bit) MSVCR included for 64 bitInsert the 64 ↵ | Astound | 2024-03-10 | 1 | -1/+3 |
| | | | | bit microsoft visual C runtime for 64 bit releases | ||||
* | generate_release.py: fix syntax error | Jesus | 2023-09-11 | 1 | -1/+1 |
| | |||||
* | Update generate_release.py | Jesus E | 2023-05-28 | 1 | -21/+36 |
| | | | | | Need to use 64-bit by default now, because gevent is no longer built for 32-bit Python | ||||
* | fix name app | Jesús | 2021-09-14 | 1 | -12/+12 |
| | |||||
* | generate_release: Update visual c runtime URL | James Taylor | 2021-06-23 | 1 | -1/+1 |
| | | | | | | The original repository was deleted. Replace with a fork Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | pep8 | Jesús | 2020-12-18 | 1 | -1/+1 |
| | |||||
* | pep8 | Jesús | 2020-12-15 | 1 | -1/+11 |
| | |||||
* | remove trailing whitespaces | zrose584 | 2020-10-21 | 1 | -1/+1 |
| | |||||
* | generate_release.py: Use wine to build windows releases on Linux | James Taylor | 2020-08-12 | 1 | -11/+29 |
| | |||||
* | generate_release.py: Don't uninstall setuptools | James Taylor | 2020-08-11 | 1 | -1/+1 |
| | | | | gevent was changed and now depends on it for some reason | ||||
* | Add full visual c runtime to fix missing dll errors on fresh windows installs | James Taylor | 2020-01-30 | 1 | -21/+27 |
| | | | | | | | On fresh installs, when no programs have been installed which install visual c runtime as a dependency, the dlls are not present and brotli fails to load. Bundle them in releases and make sure brotli sees them by adding their location to the path (in run.bat) | ||||
* | Add automatic release generation system so dependencies will be updated per ↵ | James Taylor | 2019-09-07 | 1 | -0/+196 |
release |