mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Fix WiX patch
This commit is contained in:
7
resources/dist/windows/wix_patch.xml
vendored
7
resources/dist/windows/wix_patch.xml
vendored
@@ -1,7 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CPackWiXPatch>
|
||||
<CPackWiXFragment Id="CM_CP_bin.libwinpthread_1.dll">
|
||||
<File Id="CM_FP_bin.libwinpthread_1.dll"
|
||||
CompanionFile="CM_FP_bin.your_main_executable.exe"/>
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user