From 0e45e29c7b2e6ca4efcaf487e63791266405e8e0 Mon Sep 17 00:00:00 2001 From: LunaChocken Date: Sat, 7 Jun 2025 18:46:18 +0100 Subject: [PATCH] update test --- .gitea/workflows/pyinstaller.yml | 2 +- steamPathCLI.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pyinstaller.yml b/.gitea/workflows/pyinstaller.yml index 3f22b61..6515f13 100644 --- a/.gitea/workflows/pyinstaller.yml +++ b/.gitea/workflows/pyinstaller.yml @@ -30,4 +30,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: steamPathCLI - path: dist/steamPathCLI \ No newline at end of file + path: dist/steamPathCLI.sh \ No newline at end of file diff --git a/steamPathCLI.spec b/steamPathCLI.spec index b73fc49..ff594bd 100644 --- a/steamPathCLI.spec +++ b/steamPathCLI.spec @@ -22,7 +22,7 @@ exe = EXE( a.binaries, a.datas, [], - name='steamPathCLI', + name='steamPathCLI.sh', debug=False, bootloader_ignore_signals=False, strip=False,