Can't Delete Old Versions In Esky 0.9.8 : Python
I use esky 0.9.8 : Python. I update my executable frequently to a new version using esky. This works all and well besides the fact that esky doesn't erase the old version of the ex
i believe i solved this issue by calling
app.cleanup()
app.reinitialize()
please let me know if that works,
You shouldn't need to but there is also this method
app.uninstall_version(v)
Post a Comment for "Can't Delete Old Versions In Esky 0.9.8 : Python"