Update .gitea/workflows/pyinstaller.yml
Versatile PyInstaller / pyinstaller-build (push) Failing after 7s

This commit is contained in:
2025-06-07 17:26:33 +00:00
parent d556bfc4f1
commit 431b6ceb79
+1 -1
View File
@@ -26,5 +26,5 @@ jobs:
spec: 'main.spec' spec: 'main.spec'
requirements: 'requirements.txt' requirements: 'requirements.txt'
upload_exe_with_name: 'steamPathCLI' upload_exe_with_name: 'steamPathCLI'
options: --onefile, --name "SteamPathsCLI", --windowed options: --onefile, --name "SteamPathsCLI"
spec_options: # any custom arguments you want like: `--debug` spec_options: # any custom arguments you want like: `--debug`