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,