1
0
Fork 0

[build] Harden build/release workflows (#16358)

Authored by: bashonly, Grub4K

Co-authored-by: Simon Sawicki <contact@grub4k.dev>
This commit is contained in:
bashonly 2026-03-27 19:10:58 -05:00 committed by GitHub
commit 87eaf886f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 5132 additions and 100 deletions

View file

@ -265,7 +265,7 @@ To build the standalone executable, you must have Python and `pyinstaller` (plus
You can run the following commands:
```
python devscripts/install_deps.py --include-extra pyinstaller
python devscripts/install_deps.py --include-group pyinstaller
python devscripts/make_lazy_extractors.py
python -m bundle.pyinstaller
```