I’m trying to create auto-update zip using esky, I was able to create msi but when I try to make the auto-update zip i get an error referring that ‘Freezer’ object has no attribute ‘createLibraryZip’
I’m developing this on a Windows 10 machine using python 3.8.
I created my setup script based on this tutorial https://fernandofreitasalves.com/how-to-create-an-application-with-auto-update-using-python-and-esky/
python setup.py bdist_esky
Source: Python Questions