异步优化写入备份
This commit is contained in:
14
pyinstaller.py
Normal file
14
pyinstaller.py
Normal file
@@ -0,0 +1,14 @@
|
||||
import PyInstaller.__main__
|
||||
|
||||
if __name__ == "__main__":
|
||||
PyInstaller.__main__.run([
|
||||
'--add-data',
|
||||
'web/dist/:./web/dist',
|
||||
'--hidden-import=gunicorn.glogging',
|
||||
'--hidden-import=gunicorn.workers.sync',
|
||||
'-y',
|
||||
'--clean',
|
||||
'--name',
|
||||
'thousandhands',
|
||||
'start.py'
|
||||
])
|
||||
Reference in New Issue
Block a user