Update 3.0

This commit is contained in:
yoshiko2
2020-04-01 02:30:00 +08:00
parent 961f25bb9a
commit c110165373
42 changed files with 444 additions and 333 deletions

4
py_to_exe.bat Normal file
View File

@@ -0,0 +1,4 @@
pyinstaller --onefile AV_Data_Capture.py --hidden-import ADC_function.py --hidden-import core.py
rmdir /s/q build
rmdir /s/q __pycache__
pause