From eb7db2d029c72167e838627771efd05d4d74e8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Dvo=C5=99=C3=A1k?= Date: Thu, 9 May 2024 02:37:13 +0200 Subject: [PATCH] Update PyInstaller.yml --- .github/workflows/PyInstaller.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PyInstaller.yml b/.github/workflows/PyInstaller.yml index 210132e..61d3929 100644 --- a/.github/workflows/PyInstaller.yml +++ b/.github/workflows/PyInstaller.yml @@ -26,7 +26,7 @@ jobs: - name: install PyInstaller shell: bash -l {0} run: | - pip3 install pyinstaller==5.9.0 + pip3 install pyinstaller==6.6.0 - name: Build Pyinstaller .exe (macOS and Linux) if: matrix.os != 'windows-latest' shell: bash -l {0} @@ -36,7 +36,7 @@ jobs: if: matrix.os == 'windows-latest' shell: bash -l {0} run: | - pyinstaller -n redwrench --onefile app.py + pyinstaller -n redwrench --onefile dosview.py - uses: vimtor/action-zip@v1 with: files: dist/