mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
fix(packaging): remove excess forward slash in Wix Patch (#19485)
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
Permanent='no'
|
Permanent='no'
|
||||||
System='yes'
|
System='yes'
|
||||||
Part='last'
|
Part='last'
|
||||||
Value='[INSTALL_ROOT]/bin'
|
Value='[INSTALL_ROOT]bin'
|
||||||
/>
|
/>
|
||||||
</CPackWiXFragment>
|
</CPackWiXFragment>
|
||||||
</CPackWiXPatch>
|
</CPackWiXPatch>
|
||||||
|
Reference in New Issue
Block a user