-
Notifications
You must be signed in to change notification settings - Fork 43
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
[Feature Request] Winget and Scoop support #37
Comments
Yes, would like to get Zebar added to Winget and Scoop at some point. From what I can remember, they have some star requirements so not sure whether we're eligible currently. |
ok. currently the setup file needs admin access. can it be changed so it can be installed without admin access? |
I believe it needs elevation just to save to |
even with changing it to home folder, it says it needs admin privilege. |
Hm yeah, I'm seeing the same. We're running a custom Wix template - I tried just now to change it to the default Tauri one and encountering the same behavior where elevation is needed for the home folder. A bit surprising since there's surely a lot of Tauri apps on Scoop. |
I came to ask the same (scoop), that would be great, along the same lines a portable version would be nice: publishing the exe like you do for Glaze. |
Apparently packaging a Tauri app as a portable Does scoop/winget disallow |
i use a portable version of scoop that allows to install the apps in the home folder without admin right. |
It makes sense, I'm going to ask on the Tauri board about the current status of things about this and scoop msi extraction mechanism and report here
That's how scoop works by default |
that is true. i meant choco portable. |
Related to: glzr-io/zebar#37
I think in the case of zebar just extracting the binary seems to work. And this is the tree it installs (in I made this quickly but I think wrapping the shims by the bat zebar provides is possible |
@melMass will your bot update your scoop bucket for the latest release or would you have to do that manually? |
Yep thanks to this line: https://github.com/melMass/scoop-mtb/blob/1115cb8e7d39a073d3dc40e5d24bcfed24c22021/bucket/zebar.json#L29 BUT (thanks for the notice) they changed the "naming convention" in 1.4.0 so it did not pick it up, I will fix it later today |
Updated, it should work fine and update properly given the layout/naming convention doesn't change. |
Thank you for doing that @melMass much appreciated! |
Sorry to say but just updated the naming convention once more 😅 GitHub alphabetically ordered the assets so the x64 Windows download was listed way at the bottom, which I think was causing some people to mistakenly download the arm64 version. The new asset names are:
Thanks for cooking up a scoop config @melMass 🙏 |
Thanks for the heads up: melMass/scoop-mtb@e6882b1 |
@melMass I tested the zebar.json and it worked. Nice job. What about creating a PR to the scoop extras bucket? Regards, |
Yes, I will check the process! |
@felipecrp please open an issue/feature request on Extras that I will reference in the PR |
zebar is now available on winget: |
@melMass, I just created the issue. |
The scoop pull request was created and merged. Thus, this issue can be closed. |
Ay that's sick!! Y'all are awesome @michidk, @felipecrp and @melMass 🙏 |
hi, is there any plan to make the new releases available in winget, scoop or choco?
The text was updated successfully, but these errors were encountered: