summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json15
1 files changed, 11 insertions, 4 deletions
diff --git a/package.json b/package.json
index 11a708d2..cd49111d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version": "1.3.062",
+ "version":"1.3.063",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
@@ -56,10 +56,10 @@
"cordova-plugin-photo-library": {
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save monitor photos to albums "
},
- "cordova-plugin-media-pp-fork": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
- }
+ },
+ "cordova-plugin-media-pp-fork": {}
}
},
"dependencies": {
@@ -131,6 +131,10 @@
},
"main": "electron_js/main.js",
"build": {
+ "artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
+ "appImage": {
+ "systemIntegration":"ask"
+ },
"appId": "com.pliablepixels.zmninjapro",
"productName": "zmninjapro",
"compression": "normal",
@@ -173,6 +177,9 @@
},
"linux": {
"category": "Utility",
+ "desktop": {
+ "Name": "zmNinja"
+ },
"target": [
{
"target": "AppImage",
@@ -185,4 +192,4 @@
]
}
}
-} \ No newline at end of file
+}