mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 07:15:27 +00:00
Update to WiX 4.0.4
This commit is contained in:
parent
3b078f095b
commit
f635860afd
@ -1,4 +1,4 @@
|
||||
<Project Sdk="WixToolset.Sdk/4.0.2" ToolsVersion="4.0">
|
||||
<Project Sdk="WixToolset.Sdk/4.0.4" ToolsVersion="4.0">
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<DefineConstants>Debug</DefineConstants>
|
||||
</PropertyGroup>
|
||||
@ -27,8 +27,8 @@
|
||||
<Exec Command='signtool.exe $(SIGNTOOL_PARAMS) %(SignMsi.FullPath)' />
|
||||
</Target>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="WixToolset.Firewall.wixext" Version="4.0.2" />
|
||||
<PackageReference Include="WixToolset.Util.wixext" Version="4.0.2" />
|
||||
<PackageReference Include="WixToolset.Heat" Version="4.0.2" />
|
||||
<PackageReference Include="WixToolset.Firewall.wixext" Version="4.0.4" />
|
||||
<PackageReference Include="WixToolset.Util.wixext" Version="4.0.4" />
|
||||
<PackageReference Include="WixToolset.Heat" Version="4.0.4" />
|
||||
</ItemGroup>
|
||||
</Project>
|
@ -1,4 +1,4 @@
|
||||
<Project Sdk="WixToolset.Sdk/4.0.2">
|
||||
<Project Sdk="WixToolset.Sdk/4.0.4">
|
||||
<PropertyGroup>
|
||||
<OutputType>Bundle</OutputType>
|
||||
</PropertyGroup>
|
||||
@ -19,7 +19,7 @@
|
||||
<Exec Command='signtool.exe $(SIGNTOOL_PARAMS) %(SignBundle.FullPath)' />
|
||||
</Target>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="WixToolset.Bal.wixext" Version="4.0.2" />
|
||||
<PackageReference Include="WixToolset.Util.wixext" Version="4.0.2" />
|
||||
<PackageReference Include="WixToolset.Bal.wixext" Version="4.0.4" />
|
||||
<PackageReference Include="WixToolset.Util.wixext" Version="4.0.4" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
x
Reference in New Issue
Block a user