Hub-OS / website

https://hubos.dev
GNU General Public License v3.0
0 stars 1 forks source link

Bulk Uploads #10

Closed ArthurCose closed 11 months ago

ArthurCose commented 11 months ago

Users should be able to zip multiple mod folders into a single zip and upload just that zip to upload multiple mods as we rezip in JS anyway.

We can detect a bulk zip by checking for a package.toml in the root. If there's no package.toml, we can treat each folder in the root as a separate upload to rezip.

Requires #11