-
Notifications
You must be signed in to change notification settings - Fork 122
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 to Winget package repository #773
Comments
status: What's the appropriate place in the source tree to put Winget related files? I think there are a minimum of 4: master yaml, locale (ex: en-US), installer yaml, and then one for CI. It looks there needs to be +1 for each installer locale. my branch for this: https://github.com/maphew/trilium/tree/feature/winget |
Add to Winget package repository TriliumNext#773 microsoft/winget-pkgs#198907
It's in! I'll open a PR with my changes. A:\code\tnext (feature/winget -> mine) ([email protected])
λ winget source update
Updating all sources...
Updating source: msstore...
Done
Updating source: winget...
██████████████████████████████ 100%
Done
A:\code\tnext (feature/winget -> mine) ([email protected])
λ winget source list
Name Argument Explicit
--------------------------------------------------------------
msstore https://storeedgefd.dsx.mp.microsoft.com/v9.0 false
winget https://cdn.winget.microsoft.com/cache false
A:\code\tnext (feature/winget -> mine) ([email protected])
λ winget search trilium
Name Id Version Match Source
-----------------------------------------------------------------------------------------------------------
Build your personal knowledge base with TriliumNext Notes TriliumNext.Notes 0.90.12 Moniker: trilium winget |
TriliumNext Notes v0.90.12 can now be installed with Winget! Note: the current setup relies on me to update a release manually and uses one of my github api tokens. The PR includes a stub for running as part of TriliumNext release CI but I don't know what it will take to make it work. |
I created a Winget PR (microsoft/winget-pkgs#198907) using Komac.
If it's accepted I'll see what's needed to add Winget Releaser to Github CI.
Originally posted by @maphew in #254 (comment)
The text was updated successfully, but these errors were encountered: