mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 03:52:07 +08:00
Merge branch 'dev_v3' into test_v3
This commit is contained in:
@@ -50,16 +50,11 @@ module.exports = {
|
||||
cmd: 'go',
|
||||
args: ['build', '-o=../build/extraResources/goapp'],
|
||||
},
|
||||
python_w: {
|
||||
python: {
|
||||
directory: './python',
|
||||
cmd: 'python',
|
||||
args: ['./setup.py', 'build'],
|
||||
},
|
||||
python_m: {
|
||||
directory: './python',
|
||||
cmd: 'pyinstaller',
|
||||
args: ['-n=pyapp', '-F', './main.py'],
|
||||
},
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
"build-go-w": "ee-bin build --cmds=go_w",
|
||||
"build-go-m": "ee-bin build --cmds=go_m",
|
||||
"build-go-l": "ee-bin build --cmds=go_l",
|
||||
"build-python-w": "ee-bin build --cmds=python_w && ee-bin move --flag=python_dist",
|
||||
"build-python-m": "ee-bin build --cmds=python_m && ee-bin move --flag=python_dist",
|
||||
"build-python": "ee-bin build --cmds=python && ee-bin move --flag=python_dist",
|
||||
"start": "ee-bin start",
|
||||
"move": "ee-bin move --flag=go_static,go_config,go_package,go_images",
|
||||
"rd": "ee-bin move --flag=frontend_dist",
|
||||
|
||||
Reference in New Issue
Block a user