diff --git a/GlennGUI/GlennGUI/MainForm.cs b/GlennGUI/GlennGUI/MainForm.cs index 7954854..975a256 100644 --- a/GlennGUI/GlennGUI/MainForm.cs +++ b/GlennGUI/GlennGUI/MainForm.cs @@ -146,6 +146,7 @@ private async void ButtonPortOnClick(object sender, EventArgs e) string iconPath = RawMods.GetProperPathToBuiltinIcons(nameof(ResourcesLib.icon), userIconPath); string splashPath = RawMods.GetProperPathToBuiltinIcons(nameof(ResourcesLib.splash), userSplashPath); + // TODO: handle when porting methods throw exception try { if (checkboxWindows.Checked.Value) diff --git a/GlennLib/utils/apktool.jar b/GlennLib/utils/apktool.jar index a07b3d7..24a539a 100644 Binary files a/GlennLib/utils/apktool.jar and b/GlennLib/utils/apktool.jar differ