ee-core 1.2.10-beta.3 → 1.2.10-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tools/encrypt.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ee-core",
3
- "version": "1.2.10-beta.3",
3
+ "version": "1.2.10-beta.4",
4
4
  "description": "ee core",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/tools/encrypt.js CHANGED
@@ -169,6 +169,7 @@ class Encrypt {
169
169
  bytenode.compileFile({
170
170
  filename: curPath,
171
171
  output: jscFile,
172
+ electron: true
172
173
  });
173
174
  fs.rmSync(curPath, {force: true});
174
175
  }