update path to custom action for x64 change (#245)

This commit is contained in:
wcheng-msft 2019-10-23 14:32:45 -07:00 коммит произвёл GitHub
Родитель b8d171619d
Коммит f53dc0ee09
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -152,7 +152,7 @@
<Fragment>
<!--This custom action populates MSIXMGR_PRODUCTS with the list of msixmgr-installed packages still installed-->
<CustomAction Id='GetMsixmgrProductsCA' BinaryKey='GetMsixmgrProducts' DllEntry='GetMsixmgrProducts' Execute='immediate' Return='check'/>
<Binary Id='GetMsixmgrProducts' SourceFile='$(var.SolutionDir)\GetMsixmgrProductsCA\bin\Release\GetMsixmgrProducts.CA.dll'/>
<Binary Id='GetMsixmgrProducts' SourceFile='$(var.SolutionDir)\GetMsixmgrProductsCA\bin\$(var.Platform)\$(var.Configuration)\GetMsixmgrProducts.CA.dll'/>
</Fragment>
</Wix>