mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 19:52:10 +08:00
chore: update config
This commit is contained in:
@@ -130,7 +130,7 @@ module.exports = {
|
||||
*/
|
||||
encrypt: {
|
||||
frontend: {
|
||||
type: 'confusion',
|
||||
type: 'none',
|
||||
files: [
|
||||
'./public/dist/**/*.(js|json)',
|
||||
],
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user