Files
imhex/resources/dist/windows/wix_patch.xml
2025-12-08 21:26:18 +01:00

8 lines
359 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<CPackWiXPatch>
<!-- libwinpthread has a bogus FILEVERSION field that's hardcoded to 1.0.0.0. Ignore it and always install it-->
<CPackWiXFragment Id="CM_FP_libwinpthread_1.dll">
<File Id="CM_FP_libwinpthread_1.dll"
CompanionFile="CM_FP_imhex.exe"/>
</CPackWiXFragment>
</CPackWiXPatch>