firejox / WinSocat

socat-like windows-specific program
MIT License
33 stars 4 forks source link

Winget support #4

Closed beriberikix closed 1 year ago

beriberikix commented 1 year ago

Hello! Thank you for this project. Have you considered adding Winget support for distribution? It's become rather popular.

firejox commented 1 year ago

Sure. I would take time to add that distribution recently.

firejox commented 1 year ago

It has been merged in https://github.com/microsoft/winget-pkgs/pull/107897. You can install winsocat now by running:

winget install -e --id Firejox.WinSocat

If there is any problem, please let me know.

beriberikix commented 1 year ago

That was fast! The install worked perfectly but winsocket.exe wasn't added to the system environment variable. Would it be configure that as well?

firejox commented 1 year ago

@beriberikix winget will setup the PATH variable, but it will not change the environment variable of current terminal. Restarting the terminal will resolve the problem.

beriberikix commented 1 year ago

That was it, thanks! Appreciate the fast implementation.