mirror of https://github.com/keeweb/keeweb
building native modules into asar
parent
530316c25f
commit
38e46f6d85
|
@ -365,7 +365,7 @@ module.exports = function(grunt) {
|
|||
win32: {
|
||||
options: {
|
||||
platform: 'win32',
|
||||
arch: ['ia32', 'x64'],
|
||||
arch: ['ia32', 'x64', 'arm64'],
|
||||
icon: 'graphics/icon.ico',
|
||||
buildVersion: pkg.version,
|
||||
'version-string': {
|
||||
|
|
|
@ -4,6 +4,10 @@
|
|||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@keeweb/keeweb-native-modules": {
|
||||
"version": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.2.0/keeweb-native-modules.tgz",
|
||||
"integrity": "sha512-0AuEeYvUiYUVZ4bgwz+DmT3j8RcFqMuKBLbo66JTEzRcBjjRKSqafO6RtwyOmyp9ooSnwuH7l6iAZrJDZe8bnw=="
|
||||
},
|
||||
"node-stream-zip": {
|
||||
"version": "1.4.2",
|
||||
"resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.4.2.tgz",
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"license": "MIT",
|
||||
"readme": "../README.md",
|
||||
"dependencies": {
|
||||
"@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.2.0/keeweb-native-modules.tgz",
|
||||
"node-stream-zip": "^1.4.2"
|
||||
},
|
||||
"devDependencies": {}
|
||||
|
|
|
@ -1407,8 +1407,8 @@
|
|||
}
|
||||
},
|
||||
"@keeweb/keeweb-native-modules": {
|
||||
"version": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.1.8/keeweb-native-modules.tgz",
|
||||
"integrity": "sha512-QT8VbgC8C6klfmxtEMMXnhefW6KcCcK1/YijZaN8Ix0XqC3EZM6VOtvGVcBxgXGGJ1ROt/Qg0gR5FJidK50jCA=="
|
||||
"version": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.2.0/keeweb-native-modules.tgz",
|
||||
"integrity": "sha512-0AuEeYvUiYUVZ4bgwz+DmT3j8RcFqMuKBLbo66JTEzRcBjjRKSqafO6RtwyOmyp9ooSnwuH7l6iAZrJDZe8bnw=="
|
||||
},
|
||||
"@sindresorhus/is": {
|
||||
"version": "0.14.0",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
|
||||
"@babel/preset-env": "^7.9.6",
|
||||
"@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.1.8/keeweb-native-modules.tgz",
|
||||
"@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.2.0/keeweb-native-modules.tgz",
|
||||
"adm-zip": "^0.4.14",
|
||||
"argon2-browser": "1.13.0",
|
||||
"autoprefixer": "^9.7.6",
|
||||
|
|
Loading…
Reference in New Issue