minor fixes

This commit is contained in:
Anthony Samms
2025-09-16 00:26:06 -04:00
parent 1b31c1c466
commit 02dc2fac95
6 changed files with 26 additions and 23 deletions

View File

@@ -128,7 +128,7 @@ jobs:
- name: Build Executable
run: |
uv run nuitka --mode=app --noinclude-setuptools-mode=nofollow --noinclude-IPython-mode=nofollow --assume-yes-for-downloads PyTaiko.py
uv run nuitka --lto=yes --mode=app --noinclude-setuptools-mode=nofollow --noinclude-IPython-mode=nofollow --assume-yes-for-downloads PyTaiko.py
- name: Create Release Directory
run: |