Skip to content

Commit 7601027

Browse files
committed
Missing some dependencies in the pyinstaller command in the GitHub Actions workflow...
1 parent 59e347f commit 7601027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-executable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Build executable
2727
run: |
28-
pyinstaller --noconsole --icon=file_renamer_icon.ico --add-data "file_renamer_icon.ico;." --hidden-import pillow_heif --hidden-import exif --hidden-import pytz.zoneinfo --hidden-import xml.etree.ElementTree rename_files.py
28+
pyinstaller --noconsole --icon=file_renamer_icon.ico --add-data "file_renamer_icon.ico;." --hidden-import pillow_heif --hidden-import pillow_heif.heiffile --hidden-import exif --hidden-import pytz.zoneinfo --hidden-import xml.etree.ElementTree rename_files.py
2929
3030
- name: Upload artifact
3131
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)