mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Publish komorebi to winget #93
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @0Grit on GitHub (Jun 4, 2022).
Any chance of publishing a winget package?
@LGUG2Z commented on GitHub (Jun 4, 2022):
I'm not familiar with how WinGet packages work and I don't use it myself.
Happy for anyone who uses it and is familiar with how to package applications for WinGet to submit a PR and walk me through it. 🙏
@sitiom commented on GitHub (Jul 12, 2022):
#158 would have to be resolved first.
@sitiom commented on GitHub (Jul 28, 2022):
@0Grit Please don't close this issue. This hasn't been resolved yet and is still blocked by another issue.
@LGUG2Z commented on GitHub (Jul 28, 2022):
Reopened 👌
@LGUG2Z commented on GitHub (Aug 12, 2022):
I managed to get an installer working that can install both
komorebi.exeandkomorebic.exetoC:\Program Files\komorebiand add it to the$PATH, screenshot below:https://github.com/LGUG2Z/komorebi/tree/feature/wix
First run
just install(withjustinstalled) to create the binaries in thetargetdir, then runcargo wix -p komorebi --nocapture -I .\wix\main.wxs(withcargo-wixinstalled) to generate the installer in./target/wix.Can someone please investigate what else is needed to go from having this MSI installer to being able to publish
komorebias a WinGet package?@sitiom commented on GitHub (Aug 12, 2022):
Hmm, perhaps I should be using rustup 🤔

@sitiom commented on GitHub (Aug 12, 2022):
Another error, no

catincmd.exe:@sitiom commented on GitHub (Aug 12, 2022):
All good, the installer works. That should already be enough to be added to Winget, as MSI installers support silent installation.
Once the installer is published in the next update, I will create a PR to https://github.com/microsoft/winget-pkgs to add it to Winget. Afterwards, I will create a PR in this repo to use the Winget Releaser action to automate pushing updates to Winget.
@sitiom commented on GitHub (Aug 28, 2022):
https://github.com/microsoft/winget-pkgs/pull/74570