WindowsGSM / WindowsGSM

🎲 A powerful tool to manage game servers. Equipped with a GUI for server admins to install, import, start, stop, restart, update, and automate multiple servers with a push of a button.

Home Page:https://windowsgsm.com/products/windowsgsm-desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCBE update fails because of removed directory in zip distribution

BizakDaTroll opened this issue · comments

The MCBE updater was failing with newer versions of Bedrock.
Checking logs noticed that its complaining that a directory no longer exists.
Checked Zip distribution files looks like they removed the structures directory.

Updated code to check if list of directories exists before deletion and moving.
This should work if they remove any further directories in future releases.