From d556bfc4f1b307a54669feb3d2e5422bd8a2db72 Mon Sep 17 00:00:00 2001 From: LunaChocken Date: Sat, 7 Jun 2025 17:23:46 +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 c104948..ae80651 100644 --- a/.gitea/workflows/pyinstaller.yml +++ b/.gitea/workflows/pyinstaller.yml @@ -23,7 +23,7 @@ jobs: with: python-version: 3.14 pyinstaller_ver: '==5.13.2' - spec: 'build.spec' + spec: 'main.spec' requirements: 'requirements.txt' upload_exe_with_name: 'steamPathCLI' options: --onefile, --name "SteamPathsCLI", --windowed