Releases: mherrmann/fbs
Releases · mherrmann/fbs
v0.1.2
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'
])
v0.1.1
v0.1.0
v0.0.9
Improve handling of missing UCRT DLLs on Windows. See mherrmann/fbs-tutorial#4.