This commit is contained in:
Vxrtrauter
2025-09-03 21:42:47 +02:00
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
run: pip install -r requirements.txt
- name: Build executable
run: pyinstaller --onefile app.py
run: pyinstaller --onefile main.py
- name: Rename executable
run: |