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

Winget install package #23

Open
maphew opened this issue Dec 30, 2022 · 3 comments
Open

Winget install package #23

maphew opened this issue Dec 30, 2022 · 3 comments

Comments

@maphew
Copy link

maphew commented Dec 30, 2022

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.

@jeffstokes72
Copy link

Hey, whats the command you'd use now for winget I see the PR you did with MSFT worked (or looked like it did)

@jeffstokes72
Copy link

ah I see it!

winget install chatgpt

winget search chatgpt found it.

@maphew
Copy link
Author

maphew commented Jan 13, 2023

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.

PS> winget search chatgpt
Name    Id               Version Source
----------------------------------------
chatgpt sonnylab.chatgpt 0.2.0   winget
ChatGPT lencx.ChatGPT    0.8.1   winget

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:

winget install sonnylab.chatgpt
winget install lencx.ChatGPT

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 winget uninstall chatgpt.

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

No branches or pull requests

2 participants