mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +00:00
Support .apk and .apk.1
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user