-
Notifications
You must be signed in to change notification settings - Fork 190
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
Winget install package #23
Comments
Hey, whats the command you'd use now for winget I see the PR you did with MSFT worked (or looked like it did) |
ah I see it! winget install chatgpt winget search chatgpt found it. |
There is a name collision with winget chatgpt packages. It looks like it happens because Windows is case insensitive but the Winget package repository is not.
The related project issue for tracking their winget release is: lencx/ChatGPT#142 So to be sure you're getting the program you want use the id and not the name:
Note: last installed wins. So if you execute both of the above only lencx version will be listed in windows control panel "Add or Remove Programs". I'm not sure happens with |
Thanks for this program! I got so tired of looking for the chatgpt browser tab among the far-too-many I have open.
I created a PR to add chatgpt-desktop to the Winget package respository
microsoft/winget-pkgs#92606
There's a process to have this done automatically through CI on each release, but I've never done that; I'm new to the winget packaging universe.
The text was updated successfully, but these errors were encountered: