Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Off-load pyinstaller config to its hook #328

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 6, 2023

  1. Off-load pyinstaller config to its hook

    PyInstaller now has a custom hook for Eel
    (pyinstaller/pyinstaller-hooks-contrib#6) that
    tells it how to collect eel.js and our hidden imports
    (bottle-websocket), so we don't need our own code to enable this.
    
    We can also define a 'distribution' extra for Eel to additionally
    install PyInstaller for the user.
    samuelhwilliams committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8b1d100 View commit details
    Browse the repository at this point in the history