Create encapsulation.sh
This commit is contained in:
6
encapsulation.sh
Normal file
6
encapsulation.sh
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
pyinstaller --onefile AV_Data_Capture.py --hidden-import ADC_function.py --hidden-import core.py
|
||||||
|
cp config.ini dist/
|
||||||
|
find . -name '*.pyc' -delete
|
||||||
|
find . -name '__pycache__' -type d | xargs rm -fr
|
||||||
|
find . -name '.pytest_cache' -type d | xargs rm -fr
|
||||||
|
rm -rf build/
|
||||||
Reference in New Issue
Block a user