summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-12-02 14:53:52 -0500
committerPliable Pixels <pliablepixels@gmail.com>2020-12-02 14:53:52 -0500
commit28e525a3d37473f960953314b8f1f98f275ed950 (patch)
tree81c75bbdb667ef008f6d0416ed59828fb920a803 /package.json
parent0c12e440bdb5ad7c6bbea98a76fd1570187d23ac (diff)
#1017 linux arm64 bit support
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 5 insertions, 3 deletions
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
+}