Mudlet / installers

Windows, macOS and Linux installers for Mudlet.
0 stars 8 forks source link

Fix: use a revised macdeployqtfix from a fork #109

Closed SlySven closed 10 months ago

SlySven commented 10 months ago

Which has a change that looks to be necessary to work with later Python 3.x versions. The issue is that Python 3.x opens files in a way that means strings are UTF-8 rather than bytes and can not longer be directly read or wrote from/to files - thay must be decoded and encoded first.

This should fix problems with packaging Mudlet MacOS builds.