From efefda110402b1d63d1423063f34497c6a80fa52 Mon Sep 17 00:00:00 2001
From: q3b5q3 <40742924+AndnixSH@users.noreply.github.com>
Date: Sun, 8 Jan 2023 13:46:28 +0100
Subject: [PATCH] update
---
.github/ISSUE_TEMPLATE/config.yml | 9 ++++++---
APKToolGUI/ApkTool/ApkFixer.cs | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index ca60dac..4af5649 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -9,12 +9,15 @@ contact_links:
- name: System apps modding support forum
url: https://forum.xda-developers.com/all-forums-by-manufacturer
about: For support, questions or help with modding system apps.
+ - name: Apktool forum
+ url: https://github.com/iBotPeaches/Apktool/discussions
+ about: For support, questions or help with Apktool, development and modding
- name: Android development and modding support forum
url: https://forum.xda-developers.com/c/android-development-and-hacking.564/
- about: For support, questions or help with Android development and modding
+ about: For support, questions or help with development and modding
- name: Android development and modding support forum 2
url: https://androidforums.com/forums/android-development.28/
- about: For support, questions or help with Android development and modding
+ about: For support, questions or help with development and modding
- name: Android development and modding support forum 3
url: https://platinmods.com/forums/modding-questions-discussions.11/
- about: For support, questions or help with Android development and modding
+ about: For support, questions or help with development and modding
diff --git a/APKToolGUI/ApkTool/ApkFixer.cs b/APKToolGUI/ApkTool/ApkFixer.cs
index f151695..f8bd943 100644
--- a/APKToolGUI/ApkTool/ApkFixer.cs
+++ b/APKToolGUI/ApkTool/ApkFixer.cs
@@ -26,7 +26,7 @@ namespace APKToolGUI.ApkTool
text = text.Replace("\r\n \r\n \r\n \r\n ", "");
text = text.Replace(" ", "");
File.WriteAllText(Path.Combine(path, "AndroidManifest.xml"), text);
- mani = mani.Replace("STAMP_TYPE_DISTRIBUTION_APK", "STAMP_TYPE_STANDALONE_APK");
+ text = text.Replace("STAMP_TYPE_DISTRIBUTION_APK", "STAMP_TYPE_STANDALONE_APK");
return true;
}
return false;