Skip to content

Commit

Permalink
Don’t manually add fonttools import for pyinstaller
Browse files Browse the repository at this point in the history
It’s been fixed upstream, see fonttools/fonttools#3531.
  • Loading branch information
liZe committed Dec 7, 2024
1 parent db288a4 commit be0678e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install requirements
run: python -m pip install . pyinstaller
- name: Generate executable
run: python -m PyInstaller weasyprint/__main__.py -n weasyprint -F --hidden-import "fontTools.ttLib.tables.V_A_R_C_"
run: python -m PyInstaller weasyprint/__main__.py -n weasyprint -F
- name: Test executable
run: dist/weasyprint --info
- name: Store executable
Expand Down

0 comments on commit be0678e

Please sign in to comment.