From 6be402bf775a884ef23fc067674b768ea5b1697a Mon Sep 17 00:00:00 2001 From: LunaChocken Date: Sat, 7 Jun 2025 17:12:19 +0000 Subject: [PATCH] Update .gitea/workflows/pyinstaller.yml --- .gitea/workflows/pyinstaller.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/pyinstaller.yml b/.gitea/workflows/pyinstaller.yml index 0b16440..02fce39 100644 --- a/.gitea/workflows/pyinstaller.yml +++ b/.gitea/workflows/pyinstaller.yml @@ -21,8 +21,8 @@ jobs: - name: Create Executable uses: sayyid5416/pyinstaller@v1 with: - python_ver: '3.6' + python_ver: '3.14' spec: 'src/build.spec' requirements: 'src/requirements.txt' - upload_exe_with_name: 'My executable' - options: --onefile, --name "My App", --windowed, \ No newline at end of file + upload_exe_with_name: 'SteamPathCLI' + options: --onefile, --name "SteamPathCI", --windowed, \ No newline at end of file