mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-14 03:29:07 +00:00
Support .apk and .apk.1
This commit is contained in:
@@ -15,12 +15,8 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
using Newtonsoft.Json.Linq;
|
||||
using QuickLook.Plugin.AppViewer.AppxPackageParser;
|
||||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.Resources;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace QuickLook.Plugin.AppViewer.WgtPackageParser;
|
||||
|
||||
@@ -84,12 +80,12 @@ public sealed class WgtInfo
|
||||
public string CompilerVersion { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Json path: version.name
|
||||
/// Json path: versionName.name
|
||||
/// </summary>
|
||||
public string AppVersion { get; set; }
|
||||
public string AppVersionName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Json path: version.code
|
||||
/// Json path: versionName.code
|
||||
/// </summary>
|
||||
public string AppVersionCode { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user