Merge pull request #29105 from neovim/backport-29099-to-release-0.10

fix(win-msi): add bin to PATH per-machine after installation
This commit is contained in:
zeertzjq
2024-05-31 13:39:38 +08:00
committed by GitHub

View File

@@ -6,7 +6,7 @@
Name='PATH'
Action='set'
Permanent='no'
System='no'
System='yes'
Part='last'
Value='[INSTALL_ROOT]bin'
/>