specific electron version

This commit is contained in:
Service Account 2023-10-25 19:49:32 +07:00
parent c216e2a225
commit 75c14ca917
2 changed files with 1 additions and 2 deletions

View File

@ -6,4 +6,3 @@
- module.ts: Defines the plugin module which would be executed by the main node process. - module.ts: Defines the plugin module which would be executed by the main node process.
- package.json: Defines the plugin metadata. - package.json: Defines the plugin metadata.
- tsconfig.json: Defines the typescript configuration. - tsconfig.json: Defines the typescript configuration.

View File

@ -12,7 +12,7 @@
], ],
"scripts": { "scripts": {
"build": "tsc -b ./config/tsconfig.esm.json && tsc -b ./config/tsconfig.cjs.json && webpack --config webpack.config.js", "build": "tsc -b ./config/tsconfig.esm.json && tsc -b ./config/tsconfig.cjs.json && webpack --config webpack.config.js",
"postinstall": "electron-rebuild -f -w leveldown@5.6.0 --arch=arm64 && rimraf *.tgz --glob && npm run build", "postinstall": "electron-rebuild -f -w leveldown@5.6.0 --arch=arm64 -v 26.2.1 && rimraf *.tgz --glob && npm run build",
"build:publish": "npm pack && cpx *.tgz ../../electron/core/pre-install" "build:publish": "npm pack && cpx *.tgz ../../electron/core/pre-install"
}, },
"exports": { "exports": {