diff options
author | sr55 <[email protected]> | 2016-04-29 21:10:35 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2016-04-29 21:10:35 +0100 |
commit | 0d83d0eed2d26869c9f557639593c1a4d5ad4710 (patch) | |
tree | 74adb28a3cd8a823162a713990b60dc8603d9a3e /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | 7060facdeb480326fc3a488c720a3abf0d84696a (diff) |
WinGui: Improve the security of the update checker on windows. This download is now verified against a signed RSA-SHA256 hash verifying both file integrity and origin.
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 3a89ceda1..cfb5e8596 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -471,6 +471,7 @@ <None Include="Properties\AssemblyInfo.cs.Nightly.tmpl" />
<None Include="Properties\AssemblyInfo.cs.tmpl" />
<AppDesigner Include="Properties\" />
+ <EmbeddedResource Include="public.key" />
</ItemGroup>
<ItemGroup>
<Page Include="Controls\AlertPanel.xaml">
|