Skip to content

Commit

Permalink
fix: windows import setuptool
Browse files Browse the repository at this point in the history
  • Loading branch information
zsq1234 committed Jan 11, 2025
1 parent 3fd97e6 commit ea479dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
python-version: "3.10"

- run: |
pip install wheel
pip install pyinstaller
- shell: bash
Expand Down
1 change: 1 addition & 0 deletions pyinstaller.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ hiddenimports += collect_submodules('uuid')
hiddenimports += collect_submodules('compileall')
hiddenimports += collect_submodules('plistlib')
hiddenimports += collect_submodules('ctypes')
hiddenimports += collect_submodules('wheel')
hiddenimports += collect_submodules('setuptools')

pprint(hiddenimports)
Expand Down

0 comments on commit ea479dc

Please sign in to comment.