From 79f1f38bbe2e4af5589db4961e569f75d95ba8fa Mon Sep 17 00:00:00 2001 From: LunaChocken Date: Sat, 7 Jun 2025 17:28:54 +0000 Subject: [PATCH] Update .gitea/workflows/pyinstaller.yml --- .gitea/workflows/pyinstaller.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pyinstaller.yml b/.gitea/workflows/pyinstaller.yml index b1e4778..0fa180c 100644 --- a/.gitea/workflows/pyinstaller.yml +++ b/.gitea/workflows/pyinstaller.yml @@ -22,9 +22,9 @@ jobs: uses: sayyid5416/pyinstaller@v1 with: python-version: 3.14 - pyinstaller_ver: '==5.13.2' + pyinstaller_ver: '==6.14.0' spec: 'main.spec' requirements: 'requirements.txt' upload_exe_with_name: 'steamPathCLI' - options: --onefile, --name "SteamPathsCLI" + options: --onefile, --name "SteamPathsCLI", spec_options: # any custom arguments you want like: `--debug` \ No newline at end of file