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 non-latest version URL on Windows #60

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

truh
Copy link
Contributor

@truh truh commented Oct 8, 2024

Latest download URL is structured differently than version download URL.

There was a similar fix for the Linux installer #51

Reproduce the bug

$Env:VERSION = "1.5.10-0"
Invoke-Expression ((Invoke-WebRequest -Uri https://micro.mamba.pm/install.ps1).Content)

Doesn't install a working micromamba.exe

Test the bugfix

$Env:VERSION = "1.5.10-0"
Invoke-Expression ((Invoke-WebRequest -Uri https://raw.githubusercontent.com/truh/micromamba-releases/refs/heads/fix-release-url/install.ps1).Content)

Latest download URL is structured differently than version download URL.
Copy link
Member

@Hind-M Hind-M left a comment

Choose a reason for hiding this comment

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

Thanks!

@Hind-M Hind-M merged commit 30453f7 into mamba-org:main Oct 9, 2024
4 checks passed
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