Support .apk and .apk.1
Some checks are pending
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions

This commit is contained in:
ema
2025-05-31 17:30:35 +08:00
parent 53d76cb0f8
commit 00829ec21b
15 changed files with 1602 additions and 43 deletions

View File

@@ -56,7 +56,7 @@ internal static class WgtParser
if (version != null)
{
if (version.ContainsKey("name")) wgtInfo.AppVersion = version["name"].ToString();
if (version.ContainsKey("name")) wgtInfo.AppVersionName = version["name"].ToString();
if (version.ContainsKey("code")) wgtInfo.AppVersionCode = version["code"].ToString();
}
}