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.
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](https://github.com/microsoft/winget-pkgs), like [Workspacer](https://winstall.app/apps/rickbutton.workspacer).
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":
komorebi [$] via 🐹 v1.18.3 via 🦀 v1.63.0-nightly
❯ cargo wix init
Error[2] (Generic): Workspace detected. Please pass a package name.
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 (Jun 17, 2022):
I think that something like [cargo-wix](https://github.com/volks73/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":
```
komorebi [$] via 🐹 v1.18.3 via 🦀 v1.63.0-nightly
❯ cargo wix init
Error[2] (Generic): Workspace detected. Please pass a package name.
```
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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