diff --git a/ApkManager/ApkManager.csproj b/ApkManager/ApkManager.csproj index 835903e..860fee2 100644 --- a/ApkManager/ApkManager.csproj +++ b/ApkManager/ApkManager.csproj @@ -142,7 +142,7 @@ - + PreserveNewest diff --git a/ApkManager/Lib/Aapt.cs b/ApkManager/Lib/Aapt.cs index 697555f..e39a16c 100644 --- a/ApkManager/Lib/Aapt.cs +++ b/ApkManager/Lib/Aapt.cs @@ -67,7 +67,7 @@ public static async Task 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) }; diff --git a/ApkManager/Lib/aapt.exe b/ApkManager/Lib/aapt.exe new file mode 100644 index 0000000..c186051 Binary files /dev/null and b/ApkManager/Lib/aapt.exe differ diff --git a/ApkManager/Lib/aapt2.exe b/ApkManager/Lib/aapt2.exe deleted file mode 100644 index 7ea8dfb..0000000 Binary files a/ApkManager/Lib/aapt2.exe and /dev/null differ diff --git a/ApkManager/Lib/adb.exe b/ApkManager/Lib/adb.exe index fcbcf5c..dd233d8 100644 Binary files a/ApkManager/Lib/adb.exe and b/ApkManager/Lib/adb.exe differ