mintty / wsltty

Mintty as a terminal for Bash on Ubuntu on Windows / WSL
Other
3.12k stars 104 forks source link

[feature request] portable version #306

Closed eugenov closed 2 years ago

eugenov commented 2 years ago

Hello! Wsltty right now has some portability, but it is not too convenient to edit install scripts every new version. Could you add portable binaries to releases? Thank you for your hard work!

eugenov commented 2 years ago

Nevermind, it's not that hard to write script to launch script. Closing.

mintty commented 2 years ago

Well, I could add a zip archive to the release which can be unpacked locally. Please also upload your script here.

eugenov commented 2 years ago

My script is dumb oneliner, that only pass %1 and %2 to install.bat (just to not edit install.bat each version update) .\install.bat "%USERPROFILE%\apps\wsltty" "%USERPROFILE%\apps\wsltty"

mintty commented 2 years ago

There's a bit more to it, e.g. a portable installation should not create local shortcuts but should create a generic shortcut for the portable. I've added a portable installer to the 3.5.3 release, please test.

eugenov commented 2 years ago

Perfect! imao you could publish only this version )

mintty commented 2 years ago

Released 3.6.0.