-
-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Add support for Windows Package Manager (winget) #1444
Comments
@rom1v have you typically been the person submitting the |
No, people just submitted pull requests to add the links to the README (#1144 #1202).
Yes. Yes. 😉 Thank you 👍 |
I very much second this. It's about time Windows got an "official" package manager - all the rest of them have various issues or taints, and this is a pretty darn good implementation. I just checked the repository a little while ago and I didn't see scrcpy in there. @IDisposable, thank you for spearheading this! Have you submitted the manifest yet? Please let us know if/when there's been any response. |
When can we expect windows terminal cli winget package of scrcpy? |
Indeed, it's been quite some time since there has been any movement on this
issue.
|
Any update on this? |
This is blocked by microsoft/winget-cli#140, also related: microsoft/winget-pkgs#4083 |
Is this actively being looked into? |
Looks like microsoft/winget-cli#140 has been fixed. Release notes indicate installing from zip is currently experimental and the Community Repository will not accept zip applications until 1.4 is Generally Available, but it's coming |
I believe a stable (non-prerelease) version of Winget 1.4 is available, as of about 3 weeks ago https://github.com/microsoft/winget-cli/releases/tag/v1.4.10173 |
@IDisposable Does this mean you can go ahead with submitting that manifest/PR now? |
I guess it does! I'll get to that on Thursday. |
I'm guessing this should be added as a separate issue, but this didn't add scrcpy or, a bigger problem, adb to my command line PATH. It installed them, but I expected to be able to simply run Was this as expected, a bug, or a fault on my end? |
scrcpy in the Windows Package Manager Community Repository ("winget default repository"): https://github.com/microsoft/winget-pkgs/tree/master/manifests/g/Genymobile/scrcpy memento |
Is your feature request related to a problem? Please describe.
While
Chocolatey
andScoop
are both excellent package managers forWindows
, the newly releasedWindows Package Manager
is built-in and available in all upcoming versions of Windows.Describe the solution you'd like
Would love to see scrcpy registered for a
winget install scrcpy
install. Instructions for submitting the package to the winget repository are pretty simple, just uploading a manifest to the public GitHub repository of packages via a PR.Steps:
Describe alternatives you've considered
Obviously we can already use choco or scoop, but those package managers have to be bootstrap-installed first if not yet in use.
The text was updated successfully, but these errors were encountered: