Skip to content

Commit

Permalink
Update npcap
Browse files Browse the repository at this point in the history
  • Loading branch information
keytrap-x86 committed Apr 17, 2023
1 parent ed7537e commit a160505
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Dofus.Retro.Supertools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,6 @@
<EmbeddedResource Include="Resources\login\login.bmp">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="Resources\npcap-1.00.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="Resources\play\play.bmp">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
Expand Down Expand Up @@ -349,7 +346,11 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<EmbeddedResource Include="Resources\npcap-1.73.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<CO_FirstProject>True</CO_FirstProject>
Expand Down
Binary file removed Resources/npcap-1.00.exe
Binary file not shown.
Binary file added Resources/npcap-1.73.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Windows/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ private void BtnShowAccountManagerView_Click(object sender, RoutedEventArgs e)
private async void BtnInstallNpcap_OnClick(object sender, RoutedEventArgs e)
{
Status = "Installation de Npcap...";
await ProcessHelper.RunProgram("Resources\\npcap-1.00.exe");
await ProcessHelper.RunProgram("Resources\\npcap-1.73.exe");
Status = "Prêt";
IsNpcapInstalled = RegistryHelper.IsNpcapInstalled();

Expand Down

0 comments on commit a160505

Please sign in to comment.