8000 Use symlinks on Windows instead of cmd file by agocke · Pull Request #197 · dn-vm/dnvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Use symlinks on Windows instead of cmd file #197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 6, 2025

Conversation

agocke
Copy link
Collaborator
@agocke agocke commented Apr 6, 2025

One of the core pieces of functionality in dnvm is swapping between different isolated installs in different directories. To switch between directories, the implementation on Unix-like systems uses symlinks. The Windows implementation used a cmd file since the muxer didn't support being run behind a symlink. In .NET 9 that restriction was lifted, so we can use symlinks everywhere.

Fixes #189

One of the core pieces of functionality in dnvm is swapping between
different isolated installs in different directories. To switch between
directories, the implementation on Unix-like systems uses symlinks. The
Windows implementation used a cmd file since the muxer didn't support
being run behind a symlink. In .NET 9 that restriction was lifted, so we
can use symlinks everywhere.
@agocke agocke merged commit 0af4296 into dn-vm:main Apr 6, 2025
3 checks passed
@agocke agocke deleted the symlinks-on-windows branch April 6, 2025 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move Windows to use symlinks
1 participant
0