building native modules into asar

This commit is contained in:
antelle 2020-05-13 20:25:33 +02:00
parent 530316c25f
commit 38e46f6d85
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
5 changed files with 9 additions and 4 deletions

View File

@ -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': {

View File

@ -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",

View File

@ -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": {}

4
package-lock.json generated
View File

@ -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",

View File

@ -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",