mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Windows installer #99
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 @sitiom on GitHub (Jun 17, 2022).
Providing a Windows installer will provide users with a familiar and easy way to install komorebi, without having to set it up manually or using Scoop. This would also allow komorebi to be added in Winget, like Workspacer.
@LGUG2Z commented on GitHub (Jun 17, 2022):
I think that something like cargo-wix could be used for this. I played around with it quickly earlier, but I couldn't find an easy way to say "package all workspace members that produce a binary into a single MSI":
If someone can pick this up and figure it out I'll be happy to also start publishing MSI files with each release that could be used either independently or with Winget.
@LGUG2Z commented on GitHub (Aug 12, 2022):
@sitiom let's move this to #152