From 431b6ceb7958d82e6e3cc90f02562987bb1bdfbf Mon Sep 17 00:00:00 2001 From: LunaChocken Date: Sat, 7 Jun 2025 17:26:33 +0000 Subject: [PATCH] Update .gitea/workflows/pyinstaller.yml --- .gitea/workflows/pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pyinstaller.yml b/.gitea/workflows/pyinstaller.yml index ae80651..b1e4778 100644 --- a/.gitea/workflows/pyinstaller.yml +++ b/.gitea/workflows/pyinstaller.yml @@ -26,5 +26,5 @@ jobs: spec: 'main.spec' requirements: 'requirements.txt' upload_exe_with_name: 'steamPathCLI' - options: --onefile, --name "SteamPathsCLI", --windowed + options: --onefile, --name "SteamPathsCLI" spec_options: # any custom arguments you want like: `--debug` \ No newline at end of file