gsamokovarov / jump

Jump helps you navigate faster by learning your habits. ✌️
http://gsamokovarov.com/jump
MIT License
1.8k stars 59 forks source link

windows builds #73

Closed jyannick closed 2 years ago

jyannick commented 2 years ago

Is it by design that the windows binary is not published for the latest couple of releases ?

I've tried building from source on windows, and everything seems to work fine. It would be easier for windows users to grab the binary directly, instead of building from source.

gsamokovarov commented 2 years ago

Now that we have PowerShell integration I will start shipping windows builds in the next release. I tried pushing the release already, but other things got in the way. I'll do it in July for sure.

jyannick commented 2 years ago

Awesome, thank you very much. I'm currently using it with git-bash on windows and everything seems to work fine.

I don't think there is any rush. I was just wondering why the windows binary had disappeared from the last two releases.

gsamokovarov commented 2 years ago

I did one build because it was requested, but I really want to incorporate an official one and put it in winget and/or scoop for easier installation. Do you use windows package managers?

gsamokovarov commented 2 years ago

@jyannick we have official Windows builds for 0.50.0.

jyannick commented 2 years ago

Awesome, thank you very much!

In terms of package manager, I personally use chocolatey. But it seems winget and scoop are gaining a lot of momentum lately, so I might switch one day.

youk commented 1 year ago

@gsamokovarov Did you have a chance to look at publishing to winget repo? Thanks!