Skip to content

Commit

Permalink
lib: update adb & aapt
Browse files Browse the repository at this point in the history
  • Loading branch information
hariimurti committed Jun 6, 2020
1 parent d9c003f commit b33d659
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ApkManager/ApkManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
</None>
</ItemGroup>
<ItemGroup>
<Content Include="Lib\aapt2.exe">
<Content Include="Lib\aapt.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Lib\adb.exe">
Expand Down
2 changes: 1 addition & 1 deletion ApkManager/Lib/Aapt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static async Task<string> RunAsync(string command, params object[] args)
RedirectStandardOutput = true,
RedirectStandardError = true,
WindowStyle = ProcessWindowStyle.Hidden,
FileName = Path.Combine("Lib", "aapt2.exe"),
FileName = Path.Combine("Lib", "aapt.exe"),
Arguments = string.Format(command, args)
};

Expand Down
Binary file added ApkManager/Lib/aapt.exe
Binary file not shown.
Binary file removed ApkManager/Lib/aapt2.exe
Binary file not shown.
Binary file modified ApkManager/Lib/adb.exe
Binary file not shown.

0 comments on commit b33d659

Please sign in to comment.