-
Notifications
You must be signed in to change notification settings - Fork 576
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
Windows installation via WinGet #79
Comments
Absolutely! It may take a while since I'm not familiar with packaging on Windows - if you have experience, I'd appreciate any help! |
I believe for (Sorry for the late response...I've been extra busy.) |
Regarding CI, I think it might be better to switch over to the trust project. It has testing, releases on multiple architectures, and a shell-based install script. I've already done some work on this, I'll ping you here once it's done! |
Ok, so we won't be using GitHub Actions anymore? |
Probably not - if trust takes care of deployment and installation of binaries, I think we should shift to what they're using. |
@spencerwooo it appears trust's install script relies on I think we can go ahead with GitHub Actions for now. Feel free to send in a PR once you have the time! |
winget support is currently waiting on microsoft/winget-cli#182 / microsoft/winget-cli#140. |
I just created a pull request over at scoop's main bucket for scoop install zoxide I'll update the documentations here (if that's ok with you) once it's merged upstream. |
Looks great. Thank you! |
I just tried installing this via EDIT: Never mind, it's already been reported to Scoop! ScoopInstaller/Main#2285 |
@spencerwooo can you please close this issue? |
@ditsuke I left the issue open because zoxide hasn't been added to WinGet yet. Currently, it's blocked on microsoft/winget-cli#140, but once that happens, I'll close the issue. |
Support for portable exes has been merged into Winget. Tracking the package request here: microsoft/winget-pkgs#80892 |
It's coming! Once the PR has been merged, Winget Releaser must be set up in this repo to push automatic manifest updates. @ajeetdsouza Are you good with that? |
Yeah, that sounds great! |
zoxide now available on winget Installed successfully. Thanks @sitiom ! |
For the Winget Releaser workflow, vedantmgoyal9/winget-releaser#82 would have to be resolved first. |
Thanks @sitiom, really appreciate your work on this! I'll close this issue for now, but I'd be very happy to merge a later PR for auto-updating the package on winget. |
Anything planned for Windows? Preferably: installation via WinGet/Scoop, publishing Windows binaries alongside Linux/macOS on GitHub release, etc.
The text was updated successfully, but these errors were encountered: