Skip to content

Commit

Permalink
Fixed WSL slowdown
Browse files Browse the repository at this point in the history
The latest WSL loaded EXE files really slowly if the EXE file resides in the Linux file system. Copy the bridge app to the users Windows home directory in a folder .wslwinreg, and launch from there. This gets rid of the slowdown
  • Loading branch information
burgerbecky committed Aug 28, 2024
1 parent 6a2bfc5 commit 53c02e4
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 119 deletions.
2 changes: 1 addition & 1 deletion wslwinreg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
PFILETIME, SUBLANG_DEFAULT

## Numeric version
__numversion__ = (1, 0, 8)
__numversion__ = (1, 1, 0)

## Current version of the library
__version__ = ".".join([str(num) for num in __numversion__])
Expand Down
Loading

0 comments on commit 53c02e4

Please sign in to comment.