-
-
Notifications
You must be signed in to change notification settings - Fork 593
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
Windows msi installer #164
Comments
maybe add chocolatey packages as well? |
I would love to see gitui in Scoop repository |
I am not using windows, so I am very much depending on some contribution here. |
gitui is there in the main bucket of Scoop. Scoop (Windows)
It's really easy (as evident) but I can open a PR for the same if you want. |
@rashil2000 thanks for pointing it out, its added! |
I have created an installer for gitui using that toolkit. Works great I have no idea how to integrate it into the github CI process. I will look see how nushell does it the actions needed are very simple. I dont know how to do this. When I look at nushell they do not do this in their build script. I dont know enough about how the servers that run github pipeline are setup with those installed the rest is simple install cargo-wix
then run it
presto you have your MSI I dont know how to do any github toolchain, can I just hack them in my fork. When I fork github says they are disabled. I assume your cd.yml is the one I would need to modify |
@pm100 thanks for tackling this. |
Maybe I should have been more clear: yes ultimately we need to adjust the CD but for the purpose of testing we use CI until we see it works correctly |
Closed in #360 |
Inspired by usage of wix in nushell: fdncred/nushell@c58a456#diff-56c30d9224897b08c28075052d4595c5
The text was updated successfully, but these errors were encountered: