diff --git a/Gruntfile.js b/Gruntfile.js index 68f59f63..eba92312 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -233,20 +233,23 @@ module.exports = function (grunt) { 'node_modules/@keeweb/keeweb-native-messaging-host/darwin-x64/keeweb-native-messaging-host', dest: 'tmp/desktop/KeeWeb-darwin-x64/KeeWeb.app/Contents/MacOS/util/keeweb-native-messaging-host', - nonull: true + nonull: true, + options: { mode: true } }, 'native-messaging-host-darwin-arm64': { src: 'node_modules/@keeweb/keeweb-native-messaging-host/darwin-arm64/keeweb-native-messaging-host', dest: 'tmp/desktop/KeeWeb-darwin-arm64/KeeWeb.app/Contents/MacOS/util/keeweb-native-messaging-host', - nonull: true + nonull: true, + options: { mode: true } }, 'native-messaging-host-linux-x64': { src: 'node_modules/@keeweb/keeweb-native-messaging-host/linux-x64/keeweb-native-messaging-host', dest: 'tmp/desktop/keeweb-linux-x64/keeweb-native-messaging-host', - nonull: true + nonull: true, + options: { mode: true } }, 'native-messaging-host-win32-x64': { src: diff --git a/package-lock.json b/package-lock.json index 7028c082..ec078b88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@babel/plugin-proposal-optional-chaining": "^7.13.12", "@babel/preset-env": "^7.13.15", "@fortawesome/fontawesome-free": "^5.15.3", - "@keeweb/keeweb-native-messaging-host": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.2/keeweb-native-messaging-host.tgz", + "@keeweb/keeweb-native-messaging-host": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.3/keeweb-native-messaging-host.tgz", "@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.11.6/keeweb-native-modules.tgz", "adm-zip": "^0.5.5", "argon2-browser": "1.15.4", @@ -1481,9 +1481,9 @@ } }, "node_modules/@keeweb/keeweb-native-messaging-host": { - "version": "0.1.2", - "resolved": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.2/keeweb-native-messaging-host.tgz", - "integrity": "sha512-xWEZdLI878XPiYxz/oWPZdW019cCw/EYpr5fk+iQgJNyEgJSmoqsmc1aSxhCAAeiKgHj90gvpu0K9V01RwN03A==", + "version": "0.1.3", + "resolved": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.3/keeweb-native-messaging-host.tgz", + "integrity": "sha512-XVuyAZoqoOKXvJX+kfvRLATUAEADmH4EMwXpr5fPQKDvtjerXTZCN5XoGPKjQEKbmI7XcADTlZXdIbB9oBW/+w==", "license": "MIT" }, "node_modules/@keeweb/keeweb-native-modules": { @@ -21377,8 +21377,8 @@ } }, "@keeweb/keeweb-native-messaging-host": { - "version": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.2/keeweb-native-messaging-host.tgz", - "integrity": "sha512-xWEZdLI878XPiYxz/oWPZdW019cCw/EYpr5fk+iQgJNyEgJSmoqsmc1aSxhCAAeiKgHj90gvpu0K9V01RwN03A==" + "version": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.3/keeweb-native-messaging-host.tgz", + "integrity": "sha512-XVuyAZoqoOKXvJX+kfvRLATUAEADmH4EMwXpr5fPQKDvtjerXTZCN5XoGPKjQEKbmI7XcADTlZXdIbB9oBW/+w==" }, "@keeweb/keeweb-native-modules": { "version": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.11.6/keeweb-native-modules.tgz", diff --git a/package.json b/package.json index 99a2ca61..81ed008f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@babel/plugin-proposal-optional-chaining": "^7.13.12", "@babel/preset-env": "^7.13.15", "@fortawesome/fontawesome-free": "^5.15.3", - "@keeweb/keeweb-native-messaging-host": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.2/keeweb-native-messaging-host.tgz", + "@keeweb/keeweb-native-messaging-host": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.3/keeweb-native-messaging-host.tgz", "@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.11.6/keeweb-native-modules.tgz", "adm-zip": "^0.5.5", "argon2-browser": "1.15.4",