fixed native messaging host mode

This commit is contained in:
antelle 2021-05-08 17:48:30 +02:00
parent 0ce436c2e9
commit cc6839d13e
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
3 changed files with 10 additions and 10 deletions

View File

@ -234,7 +234,7 @@ module.exports = function (grunt) {
dest: dest:
'tmp/desktop/KeeWeb-darwin-x64/KeeWeb.app/Contents/MacOS/util/keeweb-native-messaging-host', 'tmp/desktop/KeeWeb-darwin-x64/KeeWeb.app/Contents/MacOS/util/keeweb-native-messaging-host',
nonull: true, nonull: true,
options: { mode: true } options: { mode: '0755' }
}, },
'native-messaging-host-darwin-arm64': { 'native-messaging-host-darwin-arm64': {
src: src:
@ -242,14 +242,14 @@ module.exports = function (grunt) {
dest: dest:
'tmp/desktop/KeeWeb-darwin-arm64/KeeWeb.app/Contents/MacOS/util/keeweb-native-messaging-host', 'tmp/desktop/KeeWeb-darwin-arm64/KeeWeb.app/Contents/MacOS/util/keeweb-native-messaging-host',
nonull: true, nonull: true,
options: { mode: true } options: { mode: '0755' }
}, },
'native-messaging-host-linux-x64': { 'native-messaging-host-linux-x64': {
src: src:
'node_modules/@keeweb/keeweb-native-messaging-host/linux-x64/keeweb-native-messaging-host', 'node_modules/@keeweb/keeweb-native-messaging-host/linux-x64/keeweb-native-messaging-host',
dest: 'tmp/desktop/keeweb-linux-x64/keeweb-native-messaging-host', dest: 'tmp/desktop/keeweb-linux-x64/keeweb-native-messaging-host',
nonull: true, nonull: true,
options: { mode: true } options: { mode: '0755' }
}, },
'native-messaging-host-win32-x64': { 'native-messaging-host-win32-x64': {
src: src:

12
package-lock.json generated
View File

@ -14,7 +14,7 @@
"@babel/plugin-proposal-optional-chaining": "^7.13.12", "@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/preset-env": "^7.14.1", "@babel/preset-env": "^7.14.1",
"@fortawesome/fontawesome-free": "^5.15.3", "@fortawesome/fontawesome-free": "^5.15.3",
"@keeweb/keeweb-native-messaging-host": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.3/keeweb-native-messaging-host.tgz", "@keeweb/keeweb-native-messaging-host": "https://github.com/keeweb/keeweb-connect/releases/download/0.3.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", "@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", "adm-zip": "^0.5.5",
"argon2-browser": "1.15.4", "argon2-browser": "1.15.4",
@ -1567,9 +1567,9 @@
} }
}, },
"node_modules/@keeweb/keeweb-native-messaging-host": { "node_modules/@keeweb/keeweb-native-messaging-host": {
"version": "0.1.3", "version": "0.3.3",
"resolved": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.3/keeweb-native-messaging-host.tgz", "resolved": "https://github.com/keeweb/keeweb-connect/releases/download/0.3.3/keeweb-native-messaging-host.tgz",
"integrity": "sha512-XVuyAZoqoOKXvJX+kfvRLATUAEADmH4EMwXpr5fPQKDvtjerXTZCN5XoGPKjQEKbmI7XcADTlZXdIbB9oBW/+w==", "integrity": "sha512-AvHWU0Bwv46Xl6PLyehRRNuZMn+3iWB9zf/YORp4JoJQhQuO8E3XODUadz2gMrZ/irHxC71sQlZG1vAOiUJqdw==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@keeweb/keeweb-native-modules": { "node_modules/@keeweb/keeweb-native-modules": {
@ -21888,8 +21888,8 @@
} }
}, },
"@keeweb/keeweb-native-messaging-host": { "@keeweb/keeweb-native-messaging-host": {
"version": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.3/keeweb-native-messaging-host.tgz", "version": "https://github.com/keeweb/keeweb-connect/releases/download/0.3.3/keeweb-native-messaging-host.tgz",
"integrity": "sha512-XVuyAZoqoOKXvJX+kfvRLATUAEADmH4EMwXpr5fPQKDvtjerXTZCN5XoGPKjQEKbmI7XcADTlZXdIbB9oBW/+w==" "integrity": "sha512-AvHWU0Bwv46Xl6PLyehRRNuZMn+3iWB9zf/YORp4JoJQhQuO8E3XODUadz2gMrZ/irHxC71sQlZG1vAOiUJqdw=="
}, },
"@keeweb/keeweb-native-modules": { "@keeweb/keeweb-native-modules": {
"version": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.11.6/keeweb-native-modules.tgz", "version": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.11.6/keeweb-native-modules.tgz",

View File

@ -16,7 +16,7 @@
"@babel/plugin-proposal-optional-chaining": "^7.13.12", "@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/preset-env": "^7.14.1", "@babel/preset-env": "^7.14.1",
"@fortawesome/fontawesome-free": "^5.15.3", "@fortawesome/fontawesome-free": "^5.15.3",
"@keeweb/keeweb-native-messaging-host": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.3/keeweb-native-messaging-host.tgz", "@keeweb/keeweb-native-messaging-host": "https://github.com/keeweb/keeweb-connect/releases/download/0.3.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", "@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", "adm-zip": "^0.5.5",
"argon2-browser": "1.15.4", "argon2-browser": "1.15.4",