asdf
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 1m41s

This commit is contained in:
rattatwinko
2025-06-08 20:29:59 +02:00
parent 40ad3143b5
commit 223b559869

View File

@@ -31,7 +31,7 @@ jobs:
run: |
pyinstaller --onefile --windowed mucapy/main.py \
--add-data "mucapy/styling:styling" \
--add-data "mucapy/models:models"
--add-data "mucapy/models:models" \
--hidden-import=todo
- name: Upload executable artifact