diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-12-02 14:53:52 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-12-02 14:53:52 -0500 |
| commit | 28e525a3d37473f960953314b8f1f98f275ed950 (patch) | |
| tree | 81c75bbdb667ef008f6d0416ed59828fb920a803 /package.json | |
| parent | 0c12e440bdb5ad7c6bbea98a76fd1570187d23ac (diff) | |
#1017 linux arm64 bit support
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
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 +} |
