Update python-app.yml

This commit is contained in:
Yonokid
2025-07-30 12:58:29 -04:00
parent 27a5b0e26f
commit 57383339cc

View File

@@ -30,7 +30,7 @@ jobs:
uv add nuitka uv add nuitka
- name: Build Executable - name: Build Executable
run: | run: |
uv run nuitka --mode=app --include-module=raylib,moviepy,numpy,sounddevice,soundfile,gitpython,tomlkit --noinclude-setuptools-mode=nofollow --noinclude-IPython-mode=nofollow --assume-yes-for-downloads PyTaiko.py uv run nuitka --mode=app --noinclude-setuptools-mode=nofollow --noinclude-IPython-mode=nofollow --assume-yes-for-downloads PyTaiko.py
- name: Create Release Directory - name: Create Release Directory
run: | run: |
mkdir -p release mkdir -p release