Skip to content

Releases: mherrmann/fbs

Add Support for NSIS plugins in Windows installer

07 Aug 15:28
Compare
Choose a tag to compare

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

Improve handling of frozen resource files

22 May 13:35
Compare
Choose a tag to compare

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.

v0.1.2

18 Apr 08:13
Compare
Choose a tag to compare

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

17 Apr 13:07
Compare
Choose a tag to compare

Improve placement of icons in Mac installer.

v0.1.0

28 Feb 09:58
Compare
Choose a tag to compare

Make it possible to customize the NSIS installer on Windows and fix FileNotFoundError during fbs freeze on Windows.

v0.0.9

12 Feb 14:13
Compare
Choose a tag to compare

Improve handling of missing UCRT DLLs on Windows. See mherrmann/fbs-tutorial#4.

v0.0.8

07 Feb 10:59
Compare
Choose a tag to compare

Fix error when installing via pip on Ubuntu

v0.0.7

06 Feb 15:01
Compare
Choose a tag to compare
Set version number for release 0.0.7

v0.0.6

08 Jan 10:25
Compare
Choose a tag to compare
Set version number for release 0.0.6

v0.0.5

04 Jan 06:40
Compare
Choose a tag to compare
Set version number for release 0.0.5