Skip to content

v0.1.2

Compare
Choose a tag to compare
@mherrmann mherrmann released this 18 Apr 08:13
· 431 commits to master since this release

Make it possible to supply extra arguments to PyInstaller on Mac and Linux. (On Windows, it already was possible.) This lets you for instance add missing imports:

freeze_linux(extra_pyinstaller_args=[
    '--hidden-import', 'pgi.overrides.GObject',
    '--hidden-import', 'pgi.overrides.GLib'
])