fix(packaging): remove excess forward slash in Wix Patch (#19485)

This commit is contained in:
sitiom
2022-07-24 21:27:31 +08:00
committed by GitHub
parent 567bb36edf
commit c8c96de310

View File

@ -10,7 +10,7 @@
Permanent='no'
System='yes'
Part='last'
Value='[INSTALL_ROOT]/bin'
Value='[INSTALL_ROOT]bin'
/>
</CPackWiXFragment>
</CPackWiXPatch>