Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix downloaded file having no type extension #155

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

boatbomber
Copy link
Contributor

When you download a package, the file name ends with the version, so something like [email protected] would be read by your OS as a .0 file type, which is obviously not what we wanted.

This fix is as simple as just adding .zip to the filename.

Copy link
Member

@magnalite magnalite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@magnalite magnalite merged commit 18f22bd into UpliftGames:main Jun 14, 2023
@boatbomber boatbomber deleted the fix/download-extension branch June 14, 2023 04:07
MobiusCraftFlip pushed a commit to MobiusCraftFlip/wally that referenced this pull request Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants