chore: update config

This commit is contained in:
gaoshuaixing
2025-01-13 11:36:52 +08:00
parent 63fbabe81e
commit 269540799e
2 changed files with 1 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ module.exports = {
*/
encrypt: {
frontend: {
type: 'confusion',
type: 'none',
files: [
'./public/dist/**/*.(js|json)',
],

View File

@@ -19,7 +19,6 @@
"build-go-l": "ee-bin move --flag=go_static,go_config,go_package,go_images && ee-bin build --cmds=go_l",
"build-python": "ee-bin build --cmds=python && ee-bin move --flag=python_dist",
"encrypt": "ee-bin encrypt",
"clean": "ee-bin clean",
"icon": "ee-bin icon",
"re-sqlite": "electron-rebuild -f -w better-sqlite3",
"build-w": "ee-bin build --cmds=win64",