OpenDTU-old/pio-scripts
Bernhard Kirchen a2092e66c4 webapp: autocompile script: use portable subprocess
we added shell=True so that on Windows, yarn would be found. however,
using the list syntax to define the command and its arguments to
Python's subprocess is broken on GNU/Linux by shell=True. instead, use a
single string (command and arguments), which works on both Windows and
GNU/Linux.
2024-09-21 21:00:48 +02:00
..
auto_firmware_version.py Merge upstream tag 'v24.6.29' into development 2024-07-10 21:45:43 +02:00
compile_webapp.py webapp: autocompile script: use portable subprocess 2024-09-21 21:00:48 +02:00
create_factory_bin.py check FW bin file size when creating factory.bin 2024-06-02 13:28:10 +02:00
patch_apply.py Allow multiple patch directories per environment 2024-01-07 00:47:05 +01:00