From 28e525a3d37473f960953314b8f1f98f275ed950 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 2 Dec 2020 14:53:52 -0500 Subject: #1017 linux arm64 bit support --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 23882444..7383cbd9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version": "1.6.002", + "version":"1.6.003", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", @@ -236,10 +236,12 @@ "arch": [ "x64", "ia32", - "armv7l" + "armv7l", + "arm64" + ] } ] } } -} \ No newline at end of file +} -- cgit v1.2.3