Live update: Name of the hash of the created bundle

Hi! I’ve stuck at one point. I need to allow player delete downloaded liveupdate resources of levels. (liveupdate.arcd, liveupdate.arci etc.)

The article says “Defold creates a folder with the name of the hash of the created bundle on the device in the application support folder.”

So I can get path of the application support folder with sys.get_save_file("", “”) and I know names of files, but I don’t know how to get name of the hash of the created bundle and I couldn’t find the answer.

Also I found this topic, where in this post dapetcu21 shows example of his temporary solution, but it doesn’t work in my case because sys.get_config(“project.title”) returns app name, not a hash of the bundle.

Any advice would be appreciated :slightly_smiling_face: