Avatar of Petr Laškevič
Petr Laškevič

asked on 

updating freezed python programs

How to update freezed python code?
A normal python program can just open itself as a text file and write to it. And the changes will be there next time.
Is this possible with freezed python code or not?
I tried searching on the internet and didn't find anything relevant.
* freezingPython

Avatar of undefined
Last Comment
David Johnson, CD

8/22/2022 - Mon