wsltty.appx icon indicating copy to clipboard operation
wsltty.appx copied to clipboard

Results 3 wsltty.appx issues
Sort by recently updated
recently updated
newest added

I have updated this project to build with newer Windows SDK and to use newer wslbridge2. Here is my test branch https://github.com/Biswa96/wsltty.appx/tree/test. Would you like to test if the package...

Concerning https://github.com/mintty/wsltty/issues/63#issuecomment-426788592: After building wslbridge and mintty, makefile invokes build.sh with the following output, with some intermediate popups where I entered certificate passwords; sorry, MS tool messages are in German...

Here are my thoughts: 1. Get execution path with `GetModuleFileName()` which has only read permission. 2. Get `Local\AppData\Package\mintty.wsltty-xxx\LocalCache` folder (UWP environment specific) with `SHGetKnownFolderPath()` which has read/write/execute permission. 3. Copy...