diff --git a/.github/workflows/exe.yml b/.github/workflows/exe.yml index 40b167633..bf39eab8b 100644 --- a/.github/workflows/exe.yml +++ b/.github/workflows/exe.yml @@ -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