client
client copied to clipboard
cx_freeze update just broke the windows build
clients crashs on start and all .pyd dlls are somehow put into lib
directory. I pinned the cx_freeze version like this https://github.com/muellni/client/commit/672688cb45eefd8edfb9c9f36506eba5549c9856 to fix it.
I think upstream changed something unintentionally, looking at https://github.com/anthony-tuininga/cx_Freeze/pull/286. Let's pin the version for now and I'll make an issue upstream
Apparently the change was intended. We'll have to untangle this ourselves eventually.