From 438f3b4d24303d5e33f3ec0ac8f6f3a32c1718b5 Mon Sep 17 00:00:00 2001 From: LunaChocken Date: Sat, 7 Jun 2025 17:21:57 +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 987b405..c104948 100644 --- a/.gitea/workflows/pyinstaller.yml +++ b/.gitea/workflows/pyinstaller.yml @@ -23,8 +23,8 @@ jobs: with: python-version: 3.14 pyinstaller_ver: '==5.13.2' - spec: 'src/build.spec' - requirements: 'src/requirements.txt' + spec: 'build.spec' + requirements: 'requirements.txt' upload_exe_with_name: 'steamPathCLI' options: --onefile, --name "SteamPathsCLI", --windowed spec_options: # any custom arguments you want like: `--debug` \ No newline at end of file