mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-06-10 03:07:32 +08:00
2.2.0
This commit is contained in:
@@ -121,17 +121,6 @@ module.exports = (appInfo) => {
|
||||
*/
|
||||
config.hardGpu = {
|
||||
enable: false
|
||||
};
|
||||
|
||||
/**
|
||||
* 加密配置
|
||||
*/
|
||||
config.encrypt = {
|
||||
type: 'bytecode', // bytecode | confusion
|
||||
directory: [
|
||||
'electron'
|
||||
],
|
||||
fileExt: ['.js'],
|
||||
};
|
||||
|
||||
/* 应用自动升级 (可选) */
|
||||
|
||||
12
electron/config/encrypt.js
Normal file
12
electron/config/encrypt.js
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
/**
|
||||
* 加密配置
|
||||
*/
|
||||
module.exports = {
|
||||
type: 'bytecode', // bytecode | confusion
|
||||
directory: [
|
||||
'electron'
|
||||
],
|
||||
fileExt: ['.js'],
|
||||
};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ee",
|
||||
"version": "2.1.9",
|
||||
"version": "2.2.0",
|
||||
"description": "A fast, desktop software development framework",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
@@ -116,7 +116,7 @@
|
||||
"dependencies": {
|
||||
"dayjs": "^1.10.7",
|
||||
"better-sqlite3": "^7.6.0",
|
||||
"ee-core": "^1.3.0",
|
||||
"ee-core": "^1.3.1",
|
||||
"electron-is": "^3.0.0",
|
||||
"lodash": "^4.17.21"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user