Fbs

Latest version: v1.2.5

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 17 of 19

0.1.6

0.1.5

0.1.4

In particular, this lets us fix 24. Some added code for this is in fbs-tutorial.

0.1.3

Previously, the folder `src/main/resources/mac` was meant to contain a
subfolder structure that mimics the layout of the frozen .app folder.
For example: `Contents/Info.plist`. If you wanted to add a "normal"
resource file, you had to place it in `.../mac/Contents/Resources` - but
then fbs's `get_resource(...)` function was unable to find it (because it
expected the file to be at just `.../mac`, as for the other OSs).

Now, there are "normal" resources and those that are only required for
the frozen version of an app. The former go into `src/main/resources/mac`
`.../windows` etc., whereas the latter go into `.../mac-frozen` et al.

0.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'
])

0.1.1

Improve placement of icons in Mac installer.

Page 17 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.