Update 2.8.3

This commit is contained in:
yoshiko2
2020-03-24 11:08:28 +08:00
parent 1116d6deaa
commit 5441254b05

6
linux_make.py Executable file
View File

@@ -0,0 +1,6 @@
import os
os.system("pyinstaller --onefile AV_Data_Capture.py --hidden-import ADC_function.py --hidden-import core.py")
os.system("rm -rf ./build")
os.system("rm -rf ./__pycache__")
os.system("rm -rf AV_Data_Capture.spec")
os.system("echo '[Make]Finish'")