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