Skip to content

Commit eb7db2d

Browse files
authored
Update PyInstaller.yml
1 parent 3839019 commit eb7db2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/PyInstaller.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: install PyInstaller
2727
shell: bash -l {0}
2828
run: |
29-
pip3 install pyinstaller==5.9.0
29+
pip3 install pyinstaller==6.6.0
3030
- name: Build Pyinstaller .exe (macOS and Linux)
3131
if: matrix.os != 'windows-latest'
3232
shell: bash -l {0}
@@ -36,7 +36,7 @@ jobs:
3636
if: matrix.os == 'windows-latest'
3737
shell: bash -l {0}
3838
run: |
39-
pyinstaller -n redwrench --onefile app.py
39+
pyinstaller -n redwrench --onefile dosview.py
4040
- uses: vimtor/action-zip@v1
4141
with:
4242
files: dist/

0 commit comments

Comments
 (0)