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