Skip to content

Commit

Permalink
Поправил папку с драйверами
Browse files Browse the repository at this point in the history
  • Loading branch information
hoplik committed May 21, 2024
1 parent 3fdbd4a commit 0603f39
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
Binary file modified AdbWinApi.dll
Binary file not shown.
Binary file modified AdbWinUsbApi.dll
Binary file not shown.
22 changes: 16 additions & 6 deletions FirehoseFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>24.5.21.0</ApplicationVersion>
<ApplicationVersion>24.5.22.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -222,18 +222,28 @@
<Compile Include="Forms\Write_Sectors.Designer.cs">
<DependentUpon>Write_Sectors.cs</DependentUpon>
</Compile>
<Content Include="Drivers\Sony_USB_Drivers\ggsomc.inf" />
<Content Include="Drivers\Sony_USB_Drivers\x64\WdfCoInstaller01009.dll" />
<Content Include="Drivers\Sony_USB_Drivers\ggsomc.inf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Drivers\Sony_USB_Drivers\x64\WdfCoInstaller01009.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\about.png" />
<Content Include="Resources\autolen.png" />
<Content Include="Resources\bot.txt" />
<Content Include="Resources\china_flags_flag_16985.png" />
<Content Include="Resources\database.png" />
<Content Include="Resources\exit.png" />
<Content Include="Resources\greet.png" />
<Content Include="Drivers\Sony_USB_Drivers\ggsomc.cat" />
<Content Include="Drivers\Sony_USB_Drivers\x64\ggflt.sys" />
<Content Include="Drivers\Sony_USB_Drivers\x64\ggsomc.sys" />
<Content Include="Drivers\Sony_USB_Drivers\ggsomc.cat">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Drivers\Sony_USB_Drivers\x64\ggflt.sys">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Drivers\Sony_USB_Drivers\x64\ggsomc.sys">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="Resources\Greeting_zh-Hans.txt" />
<Content Include="Resources\help.png" />
<Content Include="Resources\insert.png" />
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// Можно задать все значения или принять номера сборки и редакции по умолчанию
// используя "*", как показано ниже:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("24.5.21.0")]
[assembly: AssemblyFileVersion("24.5.21.0")]
[assembly: AssemblyVersion("24.5.22.0")]
[assembly: AssemblyFileVersion("24.5.22.0")]
[assembly: NeutralResourcesLanguage("ru-RU")]
Binary file modified adb.exe
Binary file not shown.
Binary file modified fastboot.exe
Binary file not shown.

0 comments on commit 0603f39

Please sign in to comment.