add cx freeze
This commit is contained in:
parent
e7d726575f
commit
5fca0107a0
@ -49,6 +49,11 @@
|
||||
"name": "rua",
|
||||
"label": "一些怪东西"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"name": "cx_freeze",
|
||||
"label": "cx_freeze 的怪东西"
|
||||
},
|
||||
{
|
||||
"type": "dir",
|
||||
"name": "no",
|
||||
|
5
docs/main/cx_freeze.md
Normal file
5
docs/main/cx_freeze.md
Normal file
@ -0,0 +1,5 @@
|
||||
# cx_Freeeze
|
||||
|
||||
```bash
|
||||
cxfreeze.exe .\DR.py --target-dir build/cx --excludes=tkinter,numpy,unittest,test,libs,distutils,logging,tcl,tk,urllib,xmlrpc,concurrent --include-files=.\assets,.\config
|
||||
```
|
Loading…
Reference in New Issue
Block a user