Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: urlencode filename for separate mod targets
When a mod's name contains characters that should be urlencoded, any newly-uploaded versions cannot be download because of some errors regarding the URL being invalid. Make sure the returned key is urlencoded for consistency with the rest of the codebase.
- Loading branch information