Lodestone-Team / lodestone_core

The backend for Lodestone, A free, open source server hosting tool for Minecraft and other multiplayers
https://www.lodestone.cc/
GNU Affero General Public License v3.0
60 stars 7 forks source link

ZIP #118

Closed jasonw930 closed 1 year ago

jasonw930 commented 1 year ago

Description

ZIP

Type of change

Note: make sure your files are formatted with rust-analyzer

CheatCod commented 1 year ago

There is a bug involved in the old unzip logic, where the function does a diff of the destination dir before and after the unzip. So if the unzip overwrote some files, the file paths are not returned.

The desired behavior will be to get the content of the archive (listing the files in the temp dir)