-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
install.ps1 script fails with error "Unsupported 16-Bit Application". #5937
Comments
I'm getting the same. The issue is that the script is now downloading an MSI, not an EXE. But it downloads it to a file with a .exe extension and then tries to run it like an exe. But it's an MSI. You want to run |
note: here's the PR that cause the issue: https://github.com/JanDeDobbeleer/oh-my-posh/pull/5929/files. In the install.ps1 change. |
@SoundersFan @nbdinara fixing as we speak. My bad, didn't catch that part in the script (and also didn't validate it). |
Thanks! |
@JanDeDobbeleer thank you! just tested, it works now! |
Code of Conduct
What happened?
Manual installation of oh-my-posh fails with error "Unsupported 16-bit Application" (see screenshot below for the full error message)
Command that has been used:
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://ohmyposh.dev/install.ps1'))
Theme
Not applicable
What OS are you seeing the problem on?
Windows
Which shell are you using?
powershell
Log output
The text was updated successfully, but these errors were encountered: